dart-sdk/runtime/platform
koda@google.com bf07d168c4 MallocGrowableArray
To be used where neither Dart nor zone allocation is suitable, such as ClassTable.

Also add ASSERT_NOTNULL convenience macro for use in initializer lists.

R=asiva@google.com

Review URL: https://codereview.chromium.org//850473002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42819 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-13 16:40:09 +00:00
..
address_sanitizer.h MemorySanitizer support. 2014-12-23 01:07:58 +00:00
assert.cc Flush stderr when printing ASSERT message. 2014-06-10 06:52:12 +00:00
assert.h MallocGrowableArray 2015-01-13 16:40:09 +00:00
c99_support_win.h - Remove Isolate::CurrentAddress(). 2014-09-25 23:39:30 +00:00
floating_point.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
floating_point_win.cc Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
floating_point_win.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
globals.h Work around GCC bug that results in incorrect simd128_value_t copying. 2014-11-06 20:16:34 +00:00
hashmap.cc Put HashMap class in dart namespace. 2013-04-30 11:48:48 +00:00
hashmap.h Implement fromEnvironment on bool, int and String 2013-10-31 05:46:57 +00:00
inttypes_support_win.h Fix large-file support for mac os x. 2013-11-19 12:17:57 +00:00
json.cc Preserve the contents of Dart strings with unmatched surrogate halfs by avoiding a UTF16 -> UTF8 -> UTF16 conversion. 2014-09-11 18:42:04 +00:00
json.h Preserve the contents of Dart strings with unmatched surrogate halfs by avoiding a UTF16 -> UTF8 -> UTF16 conversion. 2014-09-11 18:42:04 +00:00
math.h Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
memory_sanitizer.h MemorySanitizer support. 2014-12-23 01:07:58 +00:00
platform_headers.gypi MemorySanitizer support. 2014-12-23 01:07:58 +00:00
platform_sources.gypi - Separate the thread implementation used in bin/ and vm/ 2014-08-12 23:19:53 +00:00
signal_blocker.h Adds pthread.h include to fix Android build. 2014-08-13 18:18:47 +00:00
utils.cc During promotion, use bump allocation whenever there are no small blocks available. 2014-09-05 01:07:57 +00:00
utils.h Infer range for BIT_XOR. 2014-11-11 14:51:10 +00:00
utils_android.h Speed up freelist by using intrinsics to find last set bit. 2014-09-09 21:17:07 +00:00
utils_linux.h Speed up freelist by using intrinsics to find last set bit. 2014-09-09 21:17:07 +00:00
utils_macos.h Speed up freelist by using intrinsics to find last set bit. 2014-09-09 21:17:07 +00:00
utils_win.h Fix Windows build (BitScanReverse returns position, not count). 2014-09-10 00:40:20 +00:00