30 lines
291 B
Plaintext
30 lines
291 B
Plaintext
Description:
|
|
Memory allocation using idx_t instead of size_t
|
|
|
|
Files:
|
|
lib/ialloc.c
|
|
lib/ialloc.h
|
|
|
|
Depends-on:
|
|
calloc-gnu
|
|
extern-inline
|
|
idx
|
|
malloc-gnu
|
|
realloc-posix
|
|
reallocarray
|
|
stdint
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += ialloc.c
|
|
|
|
Include:
|
|
"ialloc.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|