Searched refs:map_size (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
H A D | mem.cpp | 44 size_t map_size = size + offset; in MapFile() local 45 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | mem.cpp | 163 size_t map_size = size + offset; in MapFile() local 164 void *result = mmap(hint, map_size, prot, flags, file.GetFd(), map_offset); in MapFile()
|
Completed in 3 milliseconds