Searched defs:AllocTypeMalloc (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DFastMallocWinCE.h87 AllocTypeMalloc = 0x375d6750, // Encompasses fastMalloc, fastZeroedMalloc, fastCalloc, fastRealloc. enumerator in enum:WTF::Internal::AllocType
156 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK.
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.h98 AllocTypeMalloc = 0x375d6750, // Encompasses fastMalloc, fastZeroedMalloc, fastCalloc, fastRealloc. enumerator in enum:WTF::Internal::AllocType
166 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK.

Completed in 171 milliseconds