Searched refs:UTRACE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 186 # define UTRACE(a, b, c) macro 1944 UTRACE(NULL, size, NULL); in imalloc_body() 1975 UTRACE(NULL, size, NULL); in imalloc_body() 2304 UTRACE(ptr, 0, 0); in je_realloc() 2368 UTRACE(ptr, size, ret); in je_realloc() 2379 UTRACE(ptr, 0, 0); in je_free() 2739 UTRACE(ptr, size, p); in je_rallocx() 2749 UTRACE(ptr, size, 0); in je_rallocx() 2889 UTRACE(ptr, size, ptr); in je_xallocx() 2956 UTRACE(ptr, 0, 0); in je_dallocx() [all …]
|