Home
last modified time | relevance | path

Searched refs:TCMalloc_Central_FreeList (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1824 class TCMalloc_Central_FreeList { class
1851 …void enumerateFreeObjects(Finder& finder, const Reader& reader, TCMalloc_Central_FreeList* remoteC… in enumerateFreeObjects()
1943 class TCMalloc_Central_FreeListPadded : public TCMalloc_Central_FreeList {
1945 char pad_[(64 - (sizeof(TCMalloc_Central_FreeList) % 64)) % 64];
2027 void TCMalloc_Central_FreeList::Init(size_t cl) { in Init()
2039 void TCMalloc_Central_FreeList::ReleaseListToSpans(void* start) { in ReleaseListToSpans()
2047 ALWAYS_INLINE void TCMalloc_Central_FreeList::ReleaseToSpans(void* object) { in ReleaseToSpans()
2092 ALWAYS_INLINE bool TCMalloc_Central_FreeList::EvictRandomSizeClass( in EvictRandomSizeClass()
2108 bool TCMalloc_Central_FreeList::MakeCacheSpace() { in MakeCacheSpace()
2135 bool TCMalloc_Central_FreeList::ShrinkCache(int locked_size_class, bool force) { in ShrinkCache()
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-104378 …(WTF::TCMalloc_Central_FreeList::FetchFromSpans): Add an assertion to catch a decommitted span bei…
4380 (WTF::TCMalloc_Central_FreeList::Populate): Ditto.
24402 (WTF::TCMalloc_Central_FreeList::length):
24403 (WTF::TCMalloc_Central_FreeList::tc_length):
24404 (WTF::TCMalloc_Central_FreeList::Init):
24405 (WTF::TCMalloc_Central_FreeList::ReleaseListToSpans):
24406 (WTF::TCMalloc_Central_FreeList::EvictRandomSizeClass):
24407 (WTF::TCMalloc_Central_FreeList::MakeCacheSpace):
24408 (WTF::TCMalloc_Central_FreeList::ShrinkCache):
24409 (WTF::TCMalloc_Central_FreeList::InsertRange):
[all …]
DChangeLog-2007-10-141092 (WTF::TCMalloc_Central_FreeList::enumerateFreeObjects): Ditto.
3944 (WTF::TCMalloc_Central_FreeList::length):
16259 (KXMLCore::TCMalloc_Central_FreeList::Populate):
16710 (KXMLCore::TCMalloc_Central_FreeList::Insert):
16711 (KXMLCore::TCMalloc_Central_FreeList::Remove):
16712 (KXMLCore::TCMalloc_Central_FreeList::Populate):
17085 (KXMLCore::TCMalloc_Central_FreeList::length):
17086 (KXMLCore::TCMalloc_Central_FreeList::Init):
17087 (KXMLCore::TCMalloc_Central_FreeList::Insert):
17088 (KXMLCore::TCMalloc_Central_FreeList::Remove):
[all …]
DChangeLog27888 …(WTF::TCMalloc_Central_FreeList::enumerateFreeObjects): Don't directly compare pointers mapped int…