Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp119 static bool isForbidden() in isForbidden() function
141 static bool isForbidden()
219 ASSERT(!isForbidden()); in tryFastMalloc()
240 ASSERT(!isForbidden()); in fastMalloc()
266 ASSERT(!isForbidden()); in tryFastCalloc()
289 ASSERT(!isForbidden()); in fastCalloc()
315 ASSERT(!isForbidden()); in fastFree()
332 ASSERT(!isForbidden()); in tryFastRealloc()
359 ASSERT(!isForbidden()); in fastRealloc()
3608 ASSERT(!isForbidden()); in CreateCacheIfNecessary()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144249 (WTF::isForbidden):
4259 Made the fastMalloc isForbidden flag per thread. (Oops!) We expect that
4265 (WTF::isForbidden):