Searched refs:AllocTypeFastNewArray (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | FastAllocBase.h | 219 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray); in fastNewArray() 235 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray); 256 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray); 276 fastMallocMatchValidateMalloc(p, Internal::AllocTypeFastNewArray); 323 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray); 345 fastMallocMatchValidateFree(a.size, Internal::AllocTypeFastNewArray); 374 fastMallocMatchValidateFree(p, Internal::AllocTypeFastNewArray); 394 fastMallocMatchValidateFree(a.size, Internal::AllocTypeFastNewArray);
|
D | FastMalloc.h | 102 AllocTypeFastNewArray, // Encompasses fastNewArray. enumerator
|
/external/webkit/JavaScriptCore/wtf/wince/ |
D | FastMallocWince.h | 91 AllocTypeFastNewArray, // Encompasses fastNewArray. enumerator
|