Searched refs:dm_malloc_aux_debug (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/libdm/mm/ |
H A D | dbg_malloc.c | 32 if ((ret = dm_malloc_aux_debug(strlen(str) + 1, file, line))) in dm_strdup_aux() 59 void *dm_malloc_aux_debug(size_t s, const char *file, int line) in dm_malloc_aux_debug() function 177 r = dm_malloc_aux_debug(s, file, line); in dm_realloc_aux()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | .exported_symbols | 89 dm_malloc_aux_debug
|
H A D | libdevmapper.h | 460 void *dm_malloc_aux_debug(size_t s, const char *file, int line); 469 # define dm_malloc(s) dm_malloc_aux_debug((s), __FILE__, __LINE__)
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | libdevmapper.h | 460 void *dm_malloc_aux_debug(size_t s, const char *file, int line); 469 # define dm_malloc(s) dm_malloc_aux_debug((s), __FILE__, __LINE__)
|