Searched defs:cfree (Results 1 – 11 of 11) sorted by relevance
73 void cfree(void* p) __THROW { tc_cfree(p); } in cfree() function
199 void cfree(void* p) { tc_cfree(p); } in cfree() function
46 void cfree(void *ptr) { in cfree() function
73 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
78 void cfree(void* p) __THROW { in cfree() function
100 # define cfree free // don't bother to try to test these obsolete fns macro
205 INTERCEPTOR(void, cfree, void *ptr) { in INTERCEPTOR() argument
511 TSAN_INTERCEPTOR(void, cfree, void *p) { in TSAN_INTERCEPTOR() argument