Home
last modified time | relevance | path

Searched refs:UTRACE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c180 # 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 DFREEBSD-diffs383 - UTRACE(ptr, 0, 0);
/freebsd/libexec/rtld-elf/
H A Drtld.c378 LD_ENV_DESC(UTRACE, false, .can_update = true),