]> Savannah Git Hosting - gnulib.git/commit
xalloc: new function xinmalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Oct 2021 23:31:32 +0000 (16:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Oct 2021 23:48:42 +0000 (16:48 -0700)
commit107c945430f8479c98dbfcc2b6947fb22fc7a4b5
tree64ce2557f971dddec0c4c676a795c6b52625fa43
parent3730e3b1e840c2bd9f52a51c0121b030b9a48f80
xalloc: new function xinmalloc

* lib/xmalloc.c (xinmalloc): New function, which is like
xnmalloc but for idx_t instead of size_t.
ChangeLog
lib/xalloc.h
lib/xmalloc.c