Home
last modified time | relevance | path

Searched refs:decommitted (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp913 bool decommitted : 1; member
925 #define ASSERT_SPAN_COMMITTED(span) ASSERT(!span->decommitted)
1251 if (result->decommitted) { in New()
1253 result->decommitted = false; in New()
1313 if (best->decommitted) { in AllocLarge()
1315 best->decommitted = false; in AllocLarge()
1347 destination->decommitted = source->decommitted; in propagateDecommittedState()
1381 if (other->decommitted) in mergeDecommittedStates()
1382 destination->decommitted = true; in mergeDecommittedStates()
1467 s->decommitted = true; in IncrementalScavenge()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-104372 …(WTF::TCMalloc_PageHeap::New): If the span was decommitted, ask that it be recommitted before ret…
4374 …(WTF::TCMalloc_PageHeap::Carve): When splitting a span, ensure that the decommitted state propoga…
4375 …elete): When merging a span, ensure that the resulting span is marked as decommitted if any of the
4376 spans being merged were marked as decommitted.
4377 … (WTF::TCMalloc_PageHeap::IncrementalScavenge): Mark as decommitted after releasing the span.
4378 …(WTF::TCMalloc_Central_FreeList::FetchFromSpans): Add an assertion to catch a decommitted span bei…