mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
Set SEC_MAX_NALLOCS to 8.
This commit is contained in:
parent
f008ce9fe1
commit
295e48944b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ sec_size_supported(sec_t *sec, size_t size) {
|
|||
#define SEC_MIN_NALLOCS 2
|
||||
|
||||
/* Max number of extents we will allocate out of a single huge page. */
|
||||
#define SEC_MAX_NALLOCS 4
|
||||
#define SEC_MAX_NALLOCS 8
|
||||
|
||||
/* Attempt to fill the SEC up to max_bytes / SEC_MAX_BYTES_DIV */
|
||||
#define SEC_MAX_BYTES_DIV 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue