Searched refs:ALLOC_CHUNK (Results 1 – 3 of 3) sorted by relevance
92 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()
41 #define ALLOC_CHUNK 1024 /* size of chunk for sb*tos allocs */ macro
124 #define ALLOC_CHUNK 30 macro595 fs_list = ar_create(ALLOC_CHUNK, in fs_tab_init()