mirror of
https://github.com/jemalloc/jemalloc
synced 2026-06-08 15:01:07 +00:00
0e29ad4efa
With realloc(ptr, 0) being UB per C23, the option name "strict" makes less sense now. Rename to "alloc" which describes the behavior.
4 lines
51 B
Bash
4 lines
51 B
Bash
#!/bin/sh
|
|
|
|
export MALLOC_CONF="zero_realloc:alloc"
|