Daniel Micay 2bc4d3ec23 get rid of libc_heap::{malloc_raw, realloc_raw}
The C standard library functions should be used directly. The quirky
NULL / zero-size allocation workaround is no longer necessary and was
adding an extra branch to the allocator code path in a build without
jemalloc. This is a small step towards liballoc being compatible with
handling OOM errors instead of aborting (#18292).

[breaking-change]
2014-10-25 14:12:19 -04:00
..
2014-10-16 11:15:35 -04:00
2014-10-13 14:16:22 +08:00
2014-10-09 09:44:51 -07:00
2014-10-16 11:15:34 -04:00
2014-07-11 14:25:15 -07:00
2014-10-16 11:15:35 -04:00
2014-07-21 09:54:52 -07:00