Home
last modified time | relevance | path

Searched refs:MapRWAnonymousRaw (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/libpandabase/os/windows/
Dmem.cpp167 void *MapRWAnonymousRaw(size_t size, bool force_poison) in MapRWAnonymousRaw() function
189 void *result = MapRWAnonymousRaw(size + aligment_in_bytes, force_poison); in MapRWAnonymousWithAlignmentRaw()
/ark/runtime_core/libpandabase/os/unix/
Dmem.cpp139 void *MapRWAnonymousRaw(size_t size, bool force_poison) in MapRWAnonymousRaw() function
160 void *result = MapRWAnonymousRaw(size + aligment_in_bytes, force_poison); in MapRWAnonymousWithAlignmentRaw()
/ark/runtime_core/runtime/tests/
Dtlab_test.cpp49 void *mem = panda::os::mem::MapRWAnonymousRaw(TLAB_TEST_SIZE); in CreateNewTLAB()
Drunslots_allocator_test.cpp48 void *mem = panda::os::mem::MapRWAnonymousRaw(DEFAULT_POOL_SIZE_FOR_ALLOC); in AddMemoryPoolToAllocator()
59 void *mem = panda::os::mem::MapRWAnonymousRaw(DEFAULT_POOL_SIZE_FOR_ALLOC + PAGE_SIZE); in AddMemoryPoolToAllocatorProtected()
Dbump_allocator_test.cpp57 void *mem = panda::os::mem::MapRWAnonymousRaw(size); in AllocateArena()
/ark/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp219 void *mem = os::mem::MapRWAnonymousRaw(size_to_mmap, false); in UnzipFileCheckTxt()
343 void *mem = os::mem::MapRWAnonymousRaw(size_to_mmap, false); in UnzipFileCheckPandaFile()
469 void *mem = os::mem::MapRWAnonymousRaw(size_to_mmap, false); in UnzipFileCheckInDirectory()
/ark/runtime_core/libpandabase/tests/
Dhash_test.cpp121 void *mem = panda::os::mem::MapRWAnonymousRaw(ALLOC_SIZE); in EndOfPageStringHashTest()
/ark/runtime_core/libpandafile/
Dfile.cpp130 void *mem = os::mem::MapRWAnonymousRaw(size_to_mmap, false); in OpenPandaFileFromZipFile()
261 void *mem = os::mem::MapRWAnonymousRaw(size_to_mmap, false); in OpenPandaFileFromMemory()
/ark/runtime_core/libpandabase/os/
Dmem.h284 void *MapRWAnonymousRaw(size_t size, bool force_poison = true);