wr_real_malloc    57 include/memwrap.h er_ret_t wr_real_malloc(void **ptr, size_t size, const char *file, int line);
wr_real_malloc    64 include/memwrap.h #define wr_malloc(a,b)    wr_real_malloc((a),(b),     __FILE__ ,__LINE__)
wr_real_malloc    57 modules/ut/memwrap.h er_ret_t wr_real_malloc(void **ptr, size_t size, const char *file, int line);
wr_real_malloc    64 modules/ut/memwrap.h #define wr_malloc(a,b)    wr_real_malloc((a),(b),     __FILE__ ,__LINE__)