Files
snmalloc/src/test
Matthew Parkinson 06df9dd9e1 Update realloc(p,0) semantics. (#753)
* Factor out small sizeclass check

* Update realloc(p,0) semantics

This commit changes the behaviour of realloc(p,0) to be free(p) if p!=nullptr, and malloc(0) if p== nullptr.
2025-02-27 15:20:31 +00:00
..
2022-01-07 17:09:13 +00:00
2021-08-31 21:59:43 +01:00
2020-03-08 22:13:49 +08:00
2019-01-15 14:17:55 +00:00