Home
last modified time | relevance | path

Searched refs:util_dbg_calloc (Results 1 – 2 of 2) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h113 #define MEM_CALLOC(s,n,l) util_dbg_calloc((s),(n),(l))
270 void *util_dbg_calloc(char *name, size_t nelem,
H A Dutil.c4016 util_dbg_calloc(char *name, size_t nelem, size_t elsize) in util_dbg_calloc() function