Lines Matching refs:LOG

2280 	LOG("core.malloc.entry", "size: %zu", size);  in malloc_default()
2303 LOG("core.malloc.exit", "result: %p", ret); in malloc_default()
2328 LOG("core.malloc.entry", "size: %zu", size); in JEMALLOC_ATTR()
2386 LOG("core.malloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2402 LOG("core.posix_memalign.entry", "mem ptr: %p, alignment: %zu, " in je_posix_memalign()
2428 LOG("core.posix_memalign.exit", "result: %d, alloc ptr: %p", ret, in je_posix_memalign()
2443 LOG("core.aligned_alloc.entry", "alignment: %zu, size: %zu\n", in JEMALLOC_ATTR()
2470 LOG("core.aligned_alloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2483 LOG("core.calloc.entry", "num: %zu, size: %zu\n", num, size); in JEMALLOC_ATTR()
2504 LOG("core.calloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2664 LOG("core.realloc.entry", "ptr: %p, size: %zu\n", ptr, size); in je_realloc()
2750 LOG("core.realloc.exit", "result: %p", ret); in je_realloc()
2849 LOG("core.free.entry", "ptr: %p", ptr); in je_free()
2855 LOG("core.free.exit", ""); in je_free()
2875 LOG("core.memalign.entry", "alignment: %zu, size: %zu\n", alignment, in JEMALLOC_ATTR()
2900 LOG("core.memalign.exit", "result: %p", ret); in JEMALLOC_ATTR()
2915 LOG("core.valloc.entry", "size: %zu\n", size); in JEMALLOC_ATTR()
2938 LOG("core.valloc.exit", "result: %p\n", ret); in JEMALLOC_ATTR()
3034 LOG("core.smallocx.entry", "size: %zu, flags: %d", size, flags); in JEMALLOC_SMALLOCX_CONCAT_HELPER2()
3073 LOG("core.smallocx.exit", "result: %p, size: %zu", ret.ptr, ret.size); in JEMALLOC_SMALLOCX_CONCAT_HELPER2()
3088 LOG("core.mallocx.entry", "size: %zu, flags: %d", size, flags); in JEMALLOC_ATTR()
3129 LOG("core.mallocx.exit", "result: %p", ret); in JEMALLOC_ATTR()
3211 LOG("core.rallocx.entry", "ptr: %p, size: %zu, flags: %d", ptr, in je_rallocx()
3282 LOG("core.rallocx.exit", "result: %p", p); in je_rallocx()
3292 LOG("core.rallocx.exit", "result: %p", NULL); in je_rallocx()
3381 LOG("core.xallocx.entry", "ptr: %p, size: %zu, extra: %zu, " in je_xallocx()
3440 LOG("core.xallocx.exit", "result: %zu", usize); in je_xallocx()
3450 LOG("core.sallocx.entry", "ptr: %p, flags: %d", ptr, flags); in JEMALLOC_ATTR()
3467 LOG("core.sallocx.exit", "result: %zu", usize); in JEMALLOC_ATTR()
3473 LOG("core.dallocx.entry", "ptr: %p, flags: %d", ptr, flags); in je_dallocx()
3515 LOG("core.dallocx.exit", ""); in je_dallocx()
3580 LOG("core.sdallocx.entry", "ptr: %p, size: %zu, flags: %d", ptr, in je_sdallocx()
3587 LOG("core.sdallocx.exit", ""); in je_sdallocx()
3592 LOG("core.sdallocx.entry", "ptr: %p, size: %zu, flags: 0", ptr, in je_sdallocx_noflags()
3599 LOG("core.sdallocx.exit", ""); in je_sdallocx_noflags()
3611 LOG("core.nallocx.exit", "result: %zu", ZU(0)); in JEMALLOC_ATTR()
3620 LOG("core.nallocx.exit", "result: %zu", ZU(0)); in JEMALLOC_ATTR()
3625 LOG("core.nallocx.exit", "result: %zu", usize); in JEMALLOC_ATTR()
3635 LOG("core.mallctl.entry", "name: %s", name); in je_mallctl()
3638 LOG("core.mallctl.exit", "result: %d", EAGAIN); in je_mallctl()
3647 LOG("core.mallctl.exit", "result: %d", ret); in je_mallctl()
3655 LOG("core.mallctlnametomib.entry", "name: %s", name); in je_mallctlnametomib()
3658 LOG("core.mallctlnametomib.exit", "result: %d", EAGAIN); in je_mallctlnametomib()
3667 LOG("core.mallctlnametomib.exit", "result: %d", ret); in je_mallctlnametomib()
3677 LOG("core.mallctlbymib.entry", ""); in je_mallctlbymib()
3680 LOG("core.mallctlbymib.exit", "result: %d", EAGAIN); in je_mallctlbymib()
3688 LOG("core.mallctlbymib.exit", "result: %d", ret); in je_mallctlbymib()
3697 LOG("core.malloc_stats_print.entry", ""); in je_malloc_stats_print()
3703 LOG("core.malloc_stats_print.exit", ""); in je_malloc_stats_print()
3711 LOG("core.malloc_usable_size.entry", "ptr: %p", ptr); in je_malloc_usable_size()
3730 LOG("core.malloc_usable_size.exit", "result: %zu", ret); in je_malloc_usable_size()