Searched refs:cc_ws_alloc_debug (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.41.3/osfmk/corecrypto/ |
| H A D | cc_memory.h | 67 void cc_ws_alloc_debug(const void *p, const char *file, int line, const char *func); 70 #define cc_ws_alloc_debug(...) macro 99 cc_ws_alloc_debug(&ws, __FILE__, __LINE__, __func__); 114 cc_ws_alloc_debug(&ws, __FILE__, __LINE__, __func__); 129 cc_ws_alloc_debug(&ws, __FILE__, __LINE__, __func__);
|