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

/osnet-11/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);

Completed in 21 milliseconds