mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 22:04:49 +01:00
121655e9ee
This allows for something similar as was implemented in 217f090 but makes it optional and configurable. The MALLOC_DEBUG environment variable now can take "a<size>" to set the default alignment to the specified size. Note that not all alignments may be supported depending on the heap implementation.