Searched refs:fastMallocMatchValidateFree (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | FastAllocBase.h | 103 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);
|
D | FastMalloc.h | 159 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/ |
D | FastMallocWince.h | 149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() function 165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() function
|