10 lines
192 B
C
10 lines
192 B
C
|
#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 */
|