Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dbitmap_page_alignment_test.cpp37 auto heap_begin = HEAP_STARTING_ADDRESS; in TEST_F() local
81 auto heap_begin = BitmapTest::HEAP_STARTING_ADDRESS; in TEST_F() local
Dbitmap_clear_range_test.cpp28 auto heap_begin = HEAP_STARTING_ADDRESS; in TEST_F() local
Dbitmap_test_base.h61 auto heap_begin = BitmapTest::HEAP_STARTING_ADDRESS; in RunTest() local
/arkcompiler/runtime_core/runtime/mem/
Dpygote_space_allocator-inl.h199 inline void PygoteSpaceAllocator<AllocConfigT>::CreateLiveBitmap(void *heap_begin, size_t heap_size) in CreateLiveBitmap()