Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Djemalloc.c260 # define UTRACE(a, b, c) do { \ macro
272 # define UTRACE(a, b, c) macro
2602 UTRACE(0, size, allocation); in imalloc_body()
2617 UTRACE(NULL, size, NULL); in imalloc_body()
2648 UTRACE(NULL, size, NULL); in imalloc_body()
2667 UTRACE(NULL, dopts->num_items * dopts->item_size, NULL); in imalloc_init_check()
3001 UTRACE(ptr, 0, 0); in free_default()
3552 UTRACE(ptr, size, p); in do_rallocx()
3571 UTRACE(ptr, size, 0); in do_rallocx()
3602 UTRACE(ptr, 0, 0); in do_realloc_nonnull_zero()
[all …]
/src/contrib/jemalloc/
H A DFREEBSD-diffs383 - UTRACE(ptr, 0, 0);
/src/libexec/rtld-elf/
H A Drtld.c392 LD_ENV_DESC(UTRACE, false, .can_update = true),