pound-emu_pound/core/memory
Ronald Caesar d1ada1740a fix(memory): Fixed missing mman.h include definitions
This commit removes a custom mmap() function which was supposed
to support both windows and linux but the linux and macOS builds
failed to compile.

The custom mmap() function will be replaced by malloc() for windows
and linux's native mmap().

Signed-off-by: Ronald Caesar <github43132@proton.me>
2025-07-09 17:38:10 -04:00
..
arena.cpp fix(memory): Fixed missing mman.h include definitions 2025-07-09 17:38:10 -04:00
arena.h filesystem: Add memory arena allocator 2025-07-07 11:37:55 -04:00