mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Realloc: Make behavior of realloc(ptr, 0) configurable.
This commit is contained in:
parent
ee961c2310
commit
9cfa805947
15 changed files with 256 additions and 26 deletions
3
test/unit/zero_realloc_strict.sh
Normal file
3
test/unit/zero_realloc_strict.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
export MALLOC_CONF="zero_realloc:strict"
|
||||
Loading…
Add table
Add a link
Reference in a new issue