Searched refs:malloc_space (Results 1 – 1 of 1) sorted by relevance
4140 static char *malloc_space; in alloc_mem() local4163 free(malloc_space); in alloc_mem()4171 free(malloc_space); in alloc_mem()4173 if ((cp = malloc_space = malloc(nbytes)) == NULL) { in alloc_mem()4187 if ((cp = malloc_space = malloc(nbytes + 0x40)) == NULL) { in alloc_mem()