mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-25 12:22:14 +03:00
Do not create size class tables for non-prof builds
This commit is contained in:
parent
8efcdc3f98
commit
20f2479ed7
4 changed files with 16 additions and 4 deletions
|
|
@ -59,8 +59,8 @@ static ckh_t bt2gctx;
|
|||
*/
|
||||
static prof_tdata_tree_t tdatas;
|
||||
|
||||
size_t prof_unbiased_sz[SC_NSIZES];
|
||||
size_t prof_shifted_unbiased_cnt[SC_NSIZES];
|
||||
size_t prof_unbiased_sz[PROF_SC_NSIZES];
|
||||
size_t prof_shifted_unbiased_cnt[PROF_SC_NSIZES];
|
||||
|
||||
/******************************************************************************/
|
||||
/* Red-black trees. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue