rust/src/librustrt
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
..
args.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
at_exit_imp.rs Register new snapshots 2014-10-10 22:09:49 -07:00
bookkeeping.rs Register new snapshots 2014-10-10 22:09:49 -07:00
c_str.rs get rid of libc_heap::{malloc_raw, realloc_raw} 2014-10-25 14:12:19 -04:00
exclusive.rs
lib.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
libunwind.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00
local_data.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
local_ptr.rs Fix librustrt 2014-09-30 12:52:46 -07:00
local.rs librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
macros.rs
mutex.rs rm unnecessary libc allocator usage 2014-10-25 12:33:27 -04:00
rtio.rs libnative: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
stack_overflow.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
stack.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
task.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
thread_local_storage.rs Fix librustrt 2014-09-30 12:52:46 -07:00
thread.rs Print stack overflow messages for Windows, Linux and OS X 2014-10-24 14:36:29 +02:00
unwind.rs Register new snapshots 2014-10-10 22:09:49 -07:00
util.rs rustrt: Convert statics to constants 2014-10-09 09:44:51 -07:00