mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-20 15:47:17 +03:00
10 lines
239 B
C
10 lines
239 B
C
#ifndef TEST_HPA_H
|
|
#define TEST_HPA_H
|
|
|
|
/*
|
|
* Static in production builds (JET_EXTERN); exported only for the unit tests
|
|
* that share it (hpa_central, psset).
|
|
*/
|
|
extern bool hpa_hugepage_size_exceeds_limit(void);
|
|
|
|
#endif /* TEST_HPA_H */
|