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

  /external/webkit/Source/JavaScriptCore/wtf/
FastAllocBase.h 103 ::WTF::fastMallocMatchValidateMalloc(p, ::WTF::Internal::AllocTypeClassNew); \
116 ::WTF::fastMallocMatchValidateMalloc(p, ::WTF::Internal::AllocTypeClassNewArray); \
140 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
152 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
164 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
176 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
188 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
200 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNew);
228 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray);
244 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray)
    [all...]
FastMalloc.h 150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType)
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType)
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType)
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType)

Completed in 2542 milliseconds