Sign in
fuchsia
/
third_party
/
github.com
/
jemalloc
/
jemalloc
/
54eaed1d8b56b1aa528be3bdd1877e59c56fa90c
/
.
/
src
/
exp_grow.c
blob: 386471f49fdec10bbda96e09bcf34c3327b2f3de [
file
] [
log
] [
blame
]
#include
"jemalloc/internal/jemalloc_preamble.h"
#include
"jemalloc/internal/jemalloc_internal_includes.h"
void
exp_grow_init
(
exp_grow_t
*
exp_grow
)
{
exp_grow
->
next
=
sz_psz2ind
(
HUGEPAGE
);
exp_grow
->
limit
=
sz_psz2ind
(
SC_LARGE_MAXCLASS
);
}