Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1119 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp881 QualType allocType) { in doesUsualArrayDeleteWantSize()