gecko-dev/js/src/threading
Jon Coppeard d1d9ec2280 Bug 1395509 - Split out zone memory allocation framework into separate base class r=sfink
This splits out the allocation functions and allocation tracking state into a new base class, ZoneAllocator, which lives in its own header file. We can include this for the common case of allocating malloc memory for GC things without dragging in the full complexity of Zone.h.

Differential Revision: https://phabricator.services.mozilla.com/D33180
2019-05-30 18:52:42 +01:00
..
posix
windows
ConditionVariable.h
CpuCount.h
ExclusiveData.h
LockGuard.h
Mutex.cpp
Mutex.h
ProtectedData.cpp Bug 1395509 - Split out zone memory allocation framework into separate base class r=sfink 2019-05-30 18:52:42 +01:00
ProtectedData.h
Thread.h