Home
last modified time | relevance | path

Searched refs:fastMallocMatchValidateFree (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastAllocBase.h103 fastMallocMatchValidateFree(p, Internal::AllocTypeClassNew); in delete()
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);
DFastMalloc.h159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() function
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() function
/external/webkit/JavaScriptCore/wtf/wince/
DFastMallocWince.h149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() function
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() function