Searched defs:MallocFree (Results 1 – 4 of 4) sorted by relevance
67 TEST(BlockAllocatorExample, MallocFree) { in TEST() argument
50 TEST_F(MallocTest, MallocFree) { in TEST_F() argument
39 typedef void (*MallocFree)(void*); typedef
28 static void MallocFree(benchmark::State& state) { in MallocFree() function