Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/wince/
DFastMallocWince.h122 inline AllocAlignmentInteger* fastMallocMatchValidationValue(void* p) in fastMallocMatchValidationValue() function
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h132 inline AllocAlignmentInteger* fastMallocMatchValidationValue(void* p) in fastMallocMatchValidationValue() function
DFastMalloc.cpp311 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in fastFree()
328 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(p); in tryFastRealloc()
3722 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(ptr); in CreateCacheIfNecessary()
3838 AllocAlignmentInteger* header = Internal::fastMallocMatchValidationValue(old_ptr); in CreateCacheIfNecessary()