Home
last modified time | relevance | path

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

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