mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
With realloc(ptr, 0) being UB per C23, the option name "strict" makes less sense now. Rename to "alloc" which describes the behavior.
3 lines
51 B
Bash
3 lines
51 B
Bash
#!/bin/sh
|
|
|
|
export MALLOC_CONF="zero_realloc:alloc"
|