server-skynet-source-3rd-je.../include/jemalloc/internal/pa.h
2020-04-10 13:12:47 -07:00

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 */