Files
snmalloc/src/test
Nathaniel Wesley Filardo 1de28eead7 test/func/malloc fixes
- `check_result()` `abort()` on `null` and non-`nullptr` result.  Otherwise it
  just prints and doesn't end the test

- Don't call `realloc(, 0)`; this has never been consistent and the current C2x
  draft (see §7.22.3.5 and N2464) finally just declares it to be undefined
  behavior.  POSIX (2017) tolerates our current behavior of freeing the
  passed-in pointer and returning a new object.
2021-10-19 08:42:44 +01:00
..
2021-10-19 08:42:44 +01:00
2021-08-31 21:59:43 +01:00
2021-07-23 07:23:35 +01:00
2020-03-08 22:13:49 +08:00
2019-01-15 14:17:55 +00:00