Home
last modified time | relevance | path

Searched defs:MallocFree (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/examples/
H A Dblock_allocator.cc67 TEST(BlockAllocatorExample, MallocFree) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_malloc/
H A Dmalloc_test.cc50 TEST_F(MallocTest, MallocFree) { in TEST_F() argument
/aosp_15_r20/bionic/libc/private/
H A Dbionic_malloc_dispatch.h39 typedef void (*MallocFree)(void*); typedef
/aosp_15_r20/bionic/benchmarks/
H A Dstdlib_benchmark.cpp28 static void MallocFree(benchmark::State& state) { in MallocFree() function