Searched refs:dm_realloc_aux (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ |
| H A D | .exported_symbols | 92 dm_realloc_aux
|
| H A D | libdevmapper.h | 463 void *dm_realloc_aux(void *p, unsigned int s, const char *file, int line); 472 # define dm_realloc(p, s) dm_realloc_aux(p, s, __FILE__, __LINE__)
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/mm/ |
| H A D | dbg_malloc.c | 172 void *dm_realloc_aux(void *p, unsigned int s, const char *file, int line) in dm_realloc_aux() function
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | libdevmapper.h | 463 void *dm_realloc_aux(void *p, unsigned int s, const char *file, int line); 472 # define dm_realloc(p, s) dm_realloc_aux(p, s, __FILE__, __LINE__)
|