Home
last modified time | relevance | path

Searched refs:allocType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/wince/
DFastMallocWince.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
131 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
145 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
154 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.h138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType() argument
141 *type = static_cast<AllocAlignmentInteger>(allocType); in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc() argument
155 Internal::setFastMallocMatchValidationType(p, allocType); in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree() argument
164 if (Internal::fastMallocMatchValidationType(p) != allocType) in fastMallocMatchValidateFree()