Home
last modified time | relevance | path

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

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