Searched refs:malloc_new_inpool_ (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | malloc.h | 112 void *malloc_new_inpool_ (mallocPool pool, mallocType_ type, const char *name, 130 malloc_new_inpool_ (pool,MALLOC_typeKS_,name,size) 132 malloc_new_inpool_ (pool,MALLOC_typeKSR_,name,size) 134 malloc_new_inpool_ (pool,MALLOC_typeKP_,name,size) 136 malloc_new_inpool_ (pool,MALLOC_typeKPR_,name,size) 138 malloc_new_inpool_ (pool,MALLOC_typeUS_,name,size) 140 malloc_new_inpool_ (pool,MALLOC_typeUSR_,name,size)
|
H A D | malloc.c | 386 malloc_new_inpool_ (mallocPool pool, mallocType_ type, const char *name, mallocSize s) in malloc_new_inpool_() function 444 ptr = malloc_new_inpool_ (pool, type, name, s); in malloc_new_zinpool_()
|
H A D | ChangeLog | 2795 * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_, 2798 * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
|