mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-19 11:26:26 +03:00
Eset: Parameterize last globals accesses.
I.e. opt_retain and maps_coalesce.
This commit is contained in:
parent
7bb6e2dc0d
commit
f730577277
3 changed files with 14 additions and 12 deletions
|
|
@ -51,7 +51,7 @@ void eset_remove(eset_t *eset, edata_t *edata);
|
|||
* Select an extent from this eset of the given size and alignment. Returns
|
||||
* null if no such item could be found.
|
||||
*/
|
||||
edata_t *eset_fit(eset_t *eset, size_t esize, size_t alignment,
|
||||
edata_t *eset_fit(eset_t *eset, size_t esize, size_t alignment, bool exact_only,
|
||||
unsigned lg_max_fit);
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_ESET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue