Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/kern/
Dkern_malloc_debug.c109 debug_malloc(unsigned long size, int type, int flags, void **addr) in debug_malloc() function
Dkern_malloc.c150 if (debug_malloc(size, type, flags, (void **)&va)) {
Dsubr_pool.c654 debug_malloc(pp->pr_size, M_DEBUG, in _pool_get()
/mirbsd/src/sys/sys/
Dmalloc.h455 int debug_malloc(unsigned long, int, int, void **);
/mirbsd/src/gnu/usr.bin/lynx/
Dconfigure3360 ac_lib_var=$(echo dbmalloc'_'debug_malloc | sed 'y%./+-:%__p__%')
3372 char debug_malloc();
3375 debug_malloc()
Daclocal.m46265 [AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])