mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 10:07:36 +03:00
Add a stub PA module -- a page allocator.
This commit is contained in:
parent
c4e9ea8cc6
commit
12be9f5727
7 changed files with 20 additions and 0 deletions
2
src/pa.c
Normal file
2
src/pa.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue