Searched defs:allocation (Results 1 – 4 of 4) sorted by relevance
142 void* allocation = allocator.Alloc(size); in TEST_F() local
282 std::ostringstream allocation; in formatAllocation() local
452 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCodeAndData() local1213 uintptr_t allocation = FromCodeToAllocation(code_ptr); in RemoveUnmarkedCode() local
1286 void HInstructionBuilder::BuildConstructorFenceForAllocation(HInstruction* allocation) { in BuildConstructorFenceForAllocation()