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

  /external/webkit/JavaScriptCore/wtf/
FastAllocBase.h 103 fastMallocMatchValidateFree(p, Internal::AllocTypeClassNew);
116 fastMallocMatchValidateFree(p, Internal::AllocTypeClassNewArray);
299 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
310 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
323 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray);
345 fastMallocMatchValidateFree(a.size, Internal::AllocTypeFastNewArray);
362 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNew);
374 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray);
394 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/JavaScriptCore/wtf/wince/
FastMallocWince.h 149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType)
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType)

Completed in 37 milliseconds