Searched refs:dm_malloc_aux (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | .exported_symbols | 88 dm_malloc_aux
|
H A D | libdevmapper.h | 459 void *dm_malloc_aux(size_t s, const char *file, int line); 478 # define dm_malloc(s) dm_malloc_aux((s), __FILE__, __LINE__)
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/mm/ |
H A D | dbg_malloc.c | 236 void *dm_malloc_aux(size_t s, const char *file __attribute((unused)), in dm_malloc_aux() function
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | libdevmapper.h | 459 void *dm_malloc_aux(size_t s, const char *file, int line); 478 # define dm_malloc(s) dm_malloc_aux((s), __FILE__, __LINE__)
|