Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_page_alignment_test.cpp38 auto heapBegin = HEAP_STARTING_ADDRESS; in TEST_F() local
84 auto heapBegin = BitmapTest::HEAP_STARTING_ADDRESS; in TEST_F() local
Dbitmap_clear_range_test.cpp28 auto heapBegin = HEAP_STARTING_ADDRESS; in TEST_F() local
Dbitmap_test_base.h42 auto heapBegin = BitmapTest::HEAP_STARTING_ADDRESS; in RunTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h196 inline void PygoteSpaceAllocator<AllocConfigT>::CreateLiveBitmap(void *heapBegin, size_t heapSize) in CreateLiveBitmap()