Searched refs:UTRACE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 180 # define UTRACE(a, b, c) do { \ macro 192 # define UTRACE(a, b, c) macro 2173 UTRACE(0, size, allocation); in imalloc_body() 2188 UTRACE(NULL, size, NULL); in imalloc_body() 2219 UTRACE(NULL, size, NULL); in imalloc_body() 2238 UTRACE(NULL, dopts->num_items * dopts->item_size, NULL); in imalloc_init_check() 2747 UTRACE(ptr, size, ret); in je_realloc() 2757 UTRACE(ptr, 0, 0); in free_default() 3279 UTRACE(ptr, size, p); in je_rallocx() 3289 UTRACE(ptr, size, 0); in je_rallocx() [all …]
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-diffs | 383 - UTRACE(ptr, 0, 0);
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 378 LD_ENV_DESC(UTRACE, false, .can_update = true),
|