Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h111 #define MEM_ALLOC(s,l) util_dbg_malloc((s),(l))
268 void *util_dbg_malloc(char *name, size_t size);
H A Dutil.c3973 util_dbg_malloc(char *name, size_t size) in util_dbg_malloc() function