mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Renaming limit_usize_gap to disable_large_size_classes
This commit is contained in:
parent
01e9ecbeb2
commit
8347f1045a
18 changed files with 78 additions and 68 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${limit_usize_gap}" = "x1" ] ; then
|
||||
export MALLOC_CONF="limit_usize_gap:true"
|
||||
fi
|
||||
export MALLOC_CONF="disable_large_size_classes:true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue