Add a stub PA module -- a page allocator.
This commit is contained in:
committed by
David Goldblatt
parent
c4e9ea8cc6
commit
12be9f5727
9
include/jemalloc/internal/pa.h
Normal file
9
include/jemalloc/internal/pa.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef JEMALLOC_INTERNAL_PA_H
|
||||
#define JEMALLOC_INTERNAL_PA_H
|
||||
|
||||
/*
|
||||
* The page allocator; responsible for acquiring pages of memory for
|
||||
* allocations.
|
||||
*/
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_PA_H */
|
Reference in New Issue
Block a user