Searched defs:heap_begin (Results 1 – 4 of 4) sorted by relevance
37 auto heap_begin = HEAP_STARTING_ADDRESS; in TEST_F() local81 auto heap_begin = BitmapTest::HEAP_STARTING_ADDRESS; in TEST_F() local
28 auto heap_begin = HEAP_STARTING_ADDRESS; in TEST_F() local
61 auto heap_begin = BitmapTest::HEAP_STARTING_ADDRESS; in RunTest() local
199 inline void PygoteSpaceAllocator<AllocConfigT>::CreateLiveBitmap(void *heap_begin, size_t heap_size) in CreateLiveBitmap()