Searched refs:MapRWAnonymousRaw (Results 1 – 9 of 9) sorted by relevance
/ark/runtime_core/libpandabase/os/windows/ |
D | mem.cpp | 167 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/ |
D | mem.cpp | 139 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/ |
D | tlab_test.cpp | 49 void *mem = panda::os::mem::MapRWAnonymousRaw(TLAB_TEST_SIZE); in CreateNewTLAB()
|
D | runslots_allocator_test.cpp | 48 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()
|
D | bump_allocator_test.cpp | 57 void *mem = panda::os::mem::MapRWAnonymousRaw(size); in AllocateArena()
|
/ark/runtime_core/libziparchive/tests/ |
D | libziparchive_tests.cpp | 219 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/ |
D | hash_test.cpp | 121 void *mem = panda::os::mem::MapRWAnonymousRaw(ALLOC_SIZE); in EndOfPageStringHashTest()
|
/ark/runtime_core/libpandafile/ |
D | file.cpp | 130 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/ |
D | mem.h | 284 void *MapRWAnonymousRaw(size_t size, bool force_poison = true);
|