Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp118 static bool isForbidden() in isForbidden() function
140 static bool isForbidden()
211 ASSERT(!isForbidden()); in tryFastMalloc()
232 ASSERT(!isForbidden()); in fastMalloc()
257 ASSERT(!isForbidden()); in tryFastCalloc()
280 ASSERT(!isForbidden()); in fastCalloc()
305 ASSERT(!isForbidden()); in fastFree()
322 ASSERT(!isForbidden()); in tryFastRealloc()
349 ASSERT(!isForbidden()); in fastRealloc()
3474 ASSERT(!isForbidden()); in CreateCacheIfNecessary()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-144249 (WTF::isForbidden):
4259 Made the fastMalloc isForbidden flag per thread. (Oops!) We expect that
4265 (WTF::isForbidden):