Lines Matching refs:LOG

2028 	LOG("core.malloc.entry", "size: %zu", size);  in JEMALLOC_ATTR()
2044 LOG("core.malloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2056 LOG("core.posix_memalign.entry", "mem ptr: %p, alignment: %zu, " in je_posix_memalign()
2076 LOG("core.posix_memalign.exit", "result: %d, alloc ptr: %p", ret, in je_posix_memalign()
2091 LOG("core.aligned_alloc.entry", "alignment: %zu, size: %zu\n", in JEMALLOC_ATTR()
2113 LOG("core.aligned_alloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2126 LOG("core.calloc.entry", "num: %zu, size: %zu\n", num, size); in JEMALLOC_ATTR()
2144 LOG("core.calloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2299 LOG("core.realloc.entry", "ptr: %p, size: %zu\n", ptr, size); in je_realloc()
2314 LOG("core.realloc.exit", "result: %p", NULL); in je_realloc()
2348 LOG("core.realloc.exit", "result: %p", ret); in je_realloc()
2371 LOG("core.realloc.exit", "result: %p", ret); in je_realloc()
2377 LOG("core.free.entry", "ptr: %p", ptr); in je_free()
2408 LOG("core.free.exit", ""); in je_free()
2428 LOG("core.memalign.entry", "alignment: %zu, size: %zu\n", alignment, in JEMALLOC_ATTR()
2449 LOG("core.memalign.exit", "result: %p", ret); in JEMALLOC_ATTR()
2464 LOG("core.valloc.entry", "size: %zu\n", size); in JEMALLOC_ATTR()
2484 LOG("core.valloc.exit", "result: %p\n", ret); in JEMALLOC_ATTR()
2558 LOG("core.mallocx.entry", "size: %zu, flags: %d", size, flags); in JEMALLOC_ATTR()
2594 LOG("core.mallocx.exit", "result: %p", ret); in JEMALLOC_ATTR()
2675 LOG("core.rallocx.entry", "ptr: %p, size: %zu, flags: %d", ptr, in je_rallocx()
2742 LOG("core.rallocx.exit", "result: %p", p); in je_rallocx()
2752 LOG("core.rallocx.exit", "result: %p", NULL); in je_rallocx()
2839 LOG("core.xallocx.entry", "ptr: %p, size: %zu, extra: %zu, " in je_xallocx()
2892 LOG("core.xallocx.exit", "result: %zu", usize); in je_xallocx()
2902 LOG("core.sallocx.entry", "ptr: %p, flags: %d", ptr, flags); in JEMALLOC_ATTR()
2919 LOG("core.sallocx.exit", "result: %zu", usize); in JEMALLOC_ATTR()
2925 LOG("core.dallocx.entry", "ptr: %p, flags: %d", ptr, flags); in je_dallocx()
2965 LOG("core.dallocx.exit", ""); in je_dallocx()
2987 LOG("core.sdallocx.entry", "ptr: %p, size: %zu, flags: %d", ptr, in je_sdallocx()
3027 LOG("core.sdallocx.exit", ""); in je_sdallocx()
3039 LOG("core.nallocx.exit", "result: %zu", ZU(0)); in JEMALLOC_ATTR()
3048 LOG("core.nallocx.exit", "result: %zu", ZU(0)); in JEMALLOC_ATTR()
3053 LOG("core.nallocx.exit", "result: %zu", usize); in JEMALLOC_ATTR()
3063 LOG("core.mallctl.entry", "name: %s", name); in je_mallctl()
3066 LOG("core.mallctl.exit", "result: %d", EAGAIN); in je_mallctl()
3075 LOG("core.mallctl.exit", "result: %d", ret); in je_mallctl()
3083 LOG("core.mallctlnametomib.entry", "name: %s", name); in je_mallctlnametomib()
3086 LOG("core.mallctlnametomib.exit", "result: %d", EAGAIN); in je_mallctlnametomib()
3095 LOG("core.mallctlnametomib.exit", "result: %d", ret); in je_mallctlnametomib()
3105 LOG("core.mallctlbymib.entry", ""); in je_mallctlbymib()
3108 LOG("core.mallctlbymib.exit", "result: %d", EAGAIN); in je_mallctlbymib()
3116 LOG("core.mallctlbymib.exit", "result: %d", ret); in je_mallctlbymib()
3125 LOG("core.malloc_stats_print.entry", ""); in je_malloc_stats_print()
3131 LOG("core.malloc_stats_print.exit", ""); in je_malloc_stats_print()
3139 LOG("core.malloc_usable_size.entry", "ptr: %p", ptr); in je_malloc_usable_size()
3158 LOG("core.malloc_usable_size.exit", "result: %zu", ret); in je_malloc_usable_size()