Home
last modified time | relevance | path

Searched refs:mallocType_ (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.h48 } mallocType_; typedef
69 mallocType_ type;
109 void malloc_kill_inpool_ (mallocPool pool, mallocType_ type, void *ptr,
112 void *malloc_new_inpool_ (mallocPool pool, mallocType_ type, const char *name,
114 void *malloc_new_zinpool_ (mallocPool pool, mallocType_ type, const char *name,
122 void *malloc_resize_inpool_ (mallocPool pool, mallocType_ type, void *ptr,
124 void malloc_verify_inpool_ (mallocPool pool, mallocType_ type, void *ptr,
H A Dmalloc.c331 malloc_kill_inpool_ (mallocPool pool, mallocType_ type UNUSED, in malloc_kill_inpool_()
386 malloc_new_inpool_ (mallocPool pool, mallocType_ type, const char *name, mallocSize s) in malloc_new_inpool_()
439 malloc_new_zinpool_ (mallocPool pool, mallocType_ type, const char *name, mallocSize s, in malloc_new_zinpool_()
476 malloc_resize_inpool_ (mallocPool pool, mallocType_ type UNUSED, in malloc_resize_inpool_()
533 malloc_verify_inpool_ (mallocPool pool UNUSED, mallocType_ type UNUSED, in malloc_verify_inpool_()