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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 86 enum AllocType { // Start with an unusual number instead of zero, because zero is common.
106 // the allocation memory which is assigned one of the AllocType
114 // Return the AllocType tag associated with the allocated block p.
115 inline AllocType fastMallocMatchValidationType(const void* p)
118 return static_cast<AllocType>(*type);
121 // Return the address of the AllocType tag associated with the allocated block p.
127 // Set the AllocType tag to be associaged with the allocated block p.
128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType)
131 *type = static_cast<AllocAlignmentInteger>(allocType);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 97 enum AllocType { // Start with an unusual number instead of zero, because zero is common.
116 // the allocation memory which is assigned one of the AllocType
124 // Return the AllocType tag associated with the allocated block p.
125 inline AllocType fastMallocMatchValidationType(const void* p)
128 return static_cast<AllocType>(*type);
131 // Return the address of the AllocType tag associated with the allocated block p.
137 // Set the AllocType tag to be associaged with the allocated block p.
138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType)
141 *type = static_cast<AllocAlignmentInteger>(allocType);
    [all...]
  /hardware/qcom/display/libgralloc/
memalloc.h 52 int allocType;
alloc_controller.cpp 184 data.allocType = 0;
215 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER;
237 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION;
367 data.allocType, 0, format,
gpu.cpp 143 flags |= data.allocType;
  /hardware/qcom/display/liboverlay/
overlayMem.h 148 mAllocType = data.allocType;
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 820 QualType AllocType, llvm::Value *NewPtr) {
822 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
823 switch (CGF.getEvaluationKind(AllocType)) {
825 CGF.EmitScalarInit(Init, 0, CGF.MakeAddrLValue(NewPtr, AllocType,
830 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType,
    [all...]
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 547 milliseconds