Home
last modified time | relevance | path

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

/dports/games/mindfocus/mindfocus-0.88/
H A Ddebug.h5 void* ___d_realloc(void*, size_t, const char*, int);
53 ___d_realloc(void* pv, size_t size, const char* fname, int line) in ___d_realloc() function
147 #define realloc(v,s) ___d_realloc(v,s,__FILE__,__LINE__)