rust/src/rt
bors 20fd0c53ed auto merge of #4938 : thestinger/rust/no_zero, r=brson
I removed the unused wrappers methods named `calloc` because they relied on the malloc wrapper having a `bool zero = true` default parameter (which resulted in some accidental zeroing). Perhaps wrapping the actual calloc function would be useful, but I don't know of an existing use case that could use it so I just removed these.

This gives an ~1% performance improvement for TreeMap, which does a lot of small allocations. Vectors use `realloc` which didn't zero before these changes so there's no measurable change in performance.
2013-02-14 18:27:54 -08:00
..
arch Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
isaac rt: Remove the problematic min()/max()/align()/abs() macros from isaac/standard.h, as they're unused 2011-09-23 11:04:14 -07:00
linenoise Use a linenoise with win32 support 2012-11-04 13:34:14 -08:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sync Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
uthash Populate tree. 2010-06-23 21:03:09 -07:00
util Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
vg Upgrade valgrind headers to 3.7, silencing build breakage on FreeBSD. 2012-03-21 18:40:32 -07:00
boxed_region.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
boxed_region.h Whitespace 2012-12-15 23:03:45 -08:00
memory_region.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
memory_region.h rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
miniz.cpp Fix MZ_FORCEINLINE define to work with GCC 4.7.1. 2012-08-29 01:18:00 -07:00
rust.cpp Spawn new tasks onto the primary scheduler by default. #3760 2013-01-15 18:00:19 -08:00
rust_abi.cpp Remove bogus FIXME, closes #2889 2012-12-06 16:14:54 -08:00
rust_abi.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_android_dummy.cpp Support ARM and Android 2013-01-13 16:43:39 -08:00
rust_android_dummy.h More android support 2013-01-13 16:43:39 -08:00
rust_builtin.cpp rt: Fix alignment in debug_opaque 2013-02-13 15:41:38 -05:00
rust_crate_map.cpp fix #2673: avoid visiting the same crate twice 2013-01-29 21:03:05 +09:00
rust_crate_map.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_debug.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_debug.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_env.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_env.h Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_exchange_alloc.cpp get rid of unused exchange_alloc calloc method 2013-02-14 18:24:52 -05:00
rust_exchange_alloc.h get rid of unused exchange_alloc calloc method 2013-02-14 18:24:52 -05:00
rust_gc_metadata.cpp Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_gc_metadata.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_globals.h Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_gpr_base.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_kernel.cpp auto merge of #4938 : thestinger/rust/no_zero, r=brson 2013-02-14 18:27:54 -08:00
rust_kernel.h auto merge of #4938 : thestinger/rust/no_zero, r=brson 2013-02-14 18:27:54 -08:00
rust_log.cpp Fixed #1531 2013-02-08 14:11:00 +09:00
rust_log.h Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
rust_refcount.h rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup. 2013-02-13 15:41:38 -05:00
rust_run_program.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_sched_driver.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_sched_driver.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_sched_launcher.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_sched_launcher.h Whitespace 2012-12-15 23:03:45 -08:00
rust_sched_loop.cpp Rewrite the exchange allocator to work without an active scheduler. #4457 2013-02-06 14:27:36 -08:00
rust_sched_loop.h rt: Add rust_try_get_current_task 2013-02-06 11:56:32 -08:00
rust_sched_reaper.cpp Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_sched_reaper.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_scheduler.cpp Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task/unregister_task. Closes #4768 2013-02-09 19:19:31 +10:00
rust_scheduler.h Whitespace 2012-12-15 23:03:45 -08:00
rust_signal.h Made a bunch more classes non-copyable 2012-12-15 22:38:20 -08:00
rust_stack.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
rust_stack.h Rewrite the exchange allocator to work without an active scheduler. #4457 2013-02-06 14:27:36 -08:00
rust_task.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
rust_task.h rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup. 2013-02-13 15:41:38 -05:00
rust_type.h Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_unwind.h Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_upcall.cpp Rewrite the exchange allocator to work without an active scheduler. #4457 2013-02-06 14:27:36 -08:00
rust_upcall.h Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_util.cpp Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
rust_util.h Add license boilerplate to more files. 2012-12-10 17:32:58 -08:00
rust_uv.cpp rt/std: update of libuv API glue for libuv submodule update 2013-02-10 11:51:05 -08:00
rustrt.def.in rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup. 2013-02-13 15:41:38 -05:00