gecko-dev/memory/mozalloc
Bevis Tseng 2a318e8c71 Bug 1332491 - Delete SelectorCacheKey synchronously. r=bz
1. The current asynchronous behavior is pointless, because we still remove the
   hashtable entry synchronously, which deletes the value, and it's the value
   we're using.
2. Trying to asynchronously delete the value is difficult, and not currently
   needed because we can't get a memory-pressure notification while we're using
   the value, and hence can't expire it from the expiration tracker.
   Note: we can't get this memory-pressure notification because the stage 2 of
   mozalloc_handle_oom() to reclaim memory when OOM is not implemented yet.
2017-03-13 14:37:19 +08:00
..
staticruntime Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
mozalloc_abort.cpp Bug 1203476 - Fix an Android-only warning in mozalloc_abort.cpp. r=glandium. 2015-09-10 16:20:19 -07:00
mozalloc_abort.h
mozalloc_oom.cpp Bug 1332491 - Delete SelectorCacheKey synchronously. r=bz 2017-03-13 14:37:19 +08:00
mozalloc_oom.h
mozalloc.cpp Bug 1294732 - Back out all of bug 1271165 as it has served its purpose. r=glandium 2016-08-23 08:45:00 -04:00
mozalloc.h Bug 1295695 - Add maybe_pod_* methods to InfallibleAllocPolicy. r=glandium 2016-08-16 11:09:05 -07:00
msvc_raise_wrappers.cpp Bug 1248416 - add symbols for bad_function_call exception for C++ runtimes. r=nfroyd 2016-02-24 20:00:10 -05:00
msvc_raise_wrappers.h Bug 1248416 - add symbols for bad_function_call exception for C++ runtimes. r=nfroyd 2016-02-24 20:00:10 -05:00
throw_gcc.h Bug 1329520 - Fix "memory/mozalloc/throw_gcc.h:35:1: note: declaration missing '[[noreturn]]' (libc++ 4.0)" r=nfroyd 2017-01-27 13:55:00 +01:00
throw_msvc.h
winheap.cpp Bug 1271165 - Part 6: Change the new functions to MFBT_API to export them on OSX. r=jandem 2016-08-16 07:12:00 -04:00