Searched refs:ALLOC_CHUNK (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dclnt.h41 #define ALLOC_CHUNK 1024 /* size of chunk for sb*tos allocs */ macro
H A Dbtos.c92 if ((*string = malloc(ALLOC_CHUNK)) == NULL)
95 if ((*string = realloc(*string, size + ALLOC_CHUNK)) == NULL) {
101 return (ALLOC_CHUNK);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c120 #define ALLOC_CHUNK 30 macro
591 fs_list = ar_create(ALLOC_CHUNK,

Completed in 58 milliseconds