Searched refs:debug_malloc (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/kern/ |
| D | kern_malloc_debug.c | 109 debug_malloc(unsigned long size, int type, int flags, void **addr) in debug_malloc() function
|
| D | kern_malloc.c | 150 if (debug_malloc(size, type, flags, (void **)&va)) {
|
| D | subr_pool.c | 654 debug_malloc(pp->pr_size, M_DEBUG, in _pool_get()
|
| /mirbsd/src/sys/sys/ |
| D | malloc.h | 455 int debug_malloc(unsigned long, int, int, void **);
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | configure | 3360 ac_lib_var=$(echo dbmalloc'_'debug_malloc | sed 'y%./+-:%__p__%') 3372 char debug_malloc(); 3375 debug_malloc()
|
| D | aclocal.m4 | 6265 [AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])
|