Home
last modified time | relevance | path

Searched defs:dbg_realloc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/lvm2/dist/libdm/mm/
H A Ddbg_malloc.h37 # define dbg_realloc(p, s) realloc_aux(p, s, __FILE__, __LINE__) macro
42 # define dbg_realloc(p, s) realloc(p, s) macro