HomeSort by relevance Sort by last modified time
    Searched refs:fastMallocMatchValidateFree (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
FastAllocBase.h 109 ::WTF::fastMallocMatchValidateFree(p, ::WTF::Internal::AllocTypeClassNew); \
122 ::WTF::fastMallocMatchValidateFree(p, ::WTF::Internal::AllocTypeClassNewArray); \
308 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
319 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
332 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray);
354 fastMallocMatchValidateFree(a.size, Internal::AllocTypeFastNewArray);
371 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
383 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray);
403 fastMallocMatchValidateFree(a.size, Internal::AllocTypeFastNewArray);
FastMalloc.h 159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType)
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType)
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType)
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType)

Completed in 180 milliseconds