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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType)
145 Internal::setFastMallocMatchValidationType(p, allocType);
156 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK.
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType)
155 Internal::setFastMallocMatchValidationType(p, allocType);
166 Internal::setFastMallocMatchValidationType(p, Internal::AllocTypeMalloc); // Set it to this so that fastFree thinks it's OK.

Completed in 1057 milliseconds