Searched defs:fastDeleteArray (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DFastAllocBase.h43 // void fastDeleteArray(T* p);
66 // fastDeleteArray(charArrayPtr);
72 // fastDeleteArray(voidPtrArrayPtr);
78 // fastDeleteArray(podArrayPtr);
84 // fastDeleteArray(objectArrayPtr);
324 // This is a support template for fastDeleteArray.
328 static void fastDeleteArray(void* p) function in struct:WTF::Internal::DeleteArrayImpl
337 // This is a support template for fastDeleteArray.
341 static void fastDeleteArray(T* p) function in struct:WTF::Internal::DeleteArrayImpl
362 void fastDeleteArray( function in namespace:WTF
[all...]

Completed in 43 milliseconds