mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-02 10:07:51 +03:00
Disable psset test when hugepage size is too large.
This commit is contained in:
parent
a17385a882
commit
587676fee8
3 changed files with 19 additions and 1 deletions
|
|
@ -151,6 +151,7 @@ struct hpa_shard_s {
|
|||
nstime_t last_purge;
|
||||
};
|
||||
|
||||
bool hpa_hugepage_size_exceeds_limit();
|
||||
/*
|
||||
* Whether or not the HPA can be used given the current configuration. This is
|
||||
* is not necessarily a guarantee that it backs its allocations by hugepages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue