Home
last modified time | relevance | path

Searched refs:dm_malloc_aux_debug (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/libdm/mm/
H A Ddbg_malloc.c32 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_symbols89 dm_malloc_aux_debug
H A Dlibdevmapper.h460 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 Dlibdevmapper.h460 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__)