Searched refs:AllocType (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/sys/external/bsd/gnu-efi/dist/apps/
H A DAllocPages.c118 INTN AllocType = -1; local
151 AllocType = xtoi(argv[1]);
156 if ( (AllocType < 0) || (AllocType > 2)) {
157 Print(L"Invalid AllocType\n");
176 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
178 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h26 enum AllocType { enum in namespace:__asan
69 AllocType GetAllocType() const;
221 AllocType alloc_type);
222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
224 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h59 AllocType alloc_type,
60 AllocType dealloc_type);
H A Dasan_allocator.cc400 AllocType alloc_type, bool can_fill) {
611 BufferedStackTrace *stack, AllocType alloc_type) {
635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
636 (AllocType)alloc_type);
816 AllocType AsanChunkView::GetAllocType() const {
817 return (AllocType)chunk_->alloc_type;
866 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
871 BufferedStackTrace *stack, AllocType alloc_type) {
917 AllocType alloc_type) {
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type;
118 AllocType alloc_type_, AllocType dealloc_type_)
H A Dasan_report.cc239 AllocType alloc_type,
240 AllocType dealloc_type) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h24 enum AllocType { enum in namespace:__asan
67 AllocType GetAllocType() const;
207 AllocType alloc_type);
208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
210 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h57 AllocType alloc_type,
58 AllocType dealloc_type);
H A Dasan_allocator.cc398 AllocType alloc_type, bool can_fill) {
609 BufferedStackTrace *stack, AllocType alloc_type) {
633 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
634 (AllocType)alloc_type);
814 AllocType AsanChunkView::GetAllocType() const {
815 return (AllocType)chunk_->alloc_type;
864 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
869 BufferedStackTrace *stack, AllocType alloc_type) {
915 AllocType alloc_type) {
H A Dasan_errors.h111 AllocType alloc_type, dealloc_type;
116 AllocType alloc_type_, AllocType dealloc_type_)
H A Dasan_report.cc237 AllocType alloc_type,
238 AllocType dealloc_type) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.h26 enum AllocType { enum in namespace:__asan
67 AllocType GetAllocType() const;
207 AllocType alloc_type);
208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
210 BufferedStackTrace *stack, AllocType alloc_type);
H A Dasan_report.h58 AllocType alloc_type,
59 AllocType dealloc_type);
H A Dasan_allocator.cpp484 AllocType alloc_type, bool can_fill) {
676 BufferedStackTrace *stack, AllocType alloc_type) {
700 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
701 (AllocType)alloc_type);
906 AllocType AsanChunkView::GetAllocType() const {
907 return (AllocType)chunk_->alloc_type;
954 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
959 BufferedStackTrace *stack, AllocType alloc_type) {
1016 AllocType alloc_type) {
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type;
118 AllocType alloc_type_, AllocType dealloc_type_)
H A Dasan_report.cpp242 AllocType alloc_type,
243 AllocType dealloc_type) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc111 DWORD AllocType = MEM_RESERVE | MEM_COMMIT;
116 AllocType |= MEM_LARGE_PAGES;
136 AllocSize, AllocType, Protect);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c74 UINT8 AllocType,
392 * AllocType - MEM_MALLOC or MEM_CALLOC
407 UINT8 AllocType,
448 Allocation->AllocType = AllocType;
404 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1676 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) {
1678 S.getASTContext().getTypeAlignIfKnown(AllocType) >
1828 QualType AllocType = TInfo->getType();
1838 TypeIdParens, AllocType, TInfo, ArraySize, DirectInitRange,
1899 QualType AllocType,
1949 auto *Deduced = AllocType->getContainedDeducedType();
1959 = InitializedEntity::InitializeNew(StartLoc, AllocType);
1960 AllocType = DeduceTemplateSpecializationFromInitializer(
1962 if (AllocType.isNull())
1976 << AllocType << TypeRang
[all...]
H A DTreeTransform.h11788 QualType AllocType = AllocTypeInfo->getType(); local
11795 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
11803 AllocType = ConsArrayT->getElementType();
11808 AllocType = DepArrayT->getElementType();
11816 /*FIXME:*/ E->getBeginLoc(), E->getTypeIdParens(), AllocType,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp52 enum AllocType : uint8_t {
65 AllocType AllocTy;
141 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy,
178 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy,
190 getAllocationData(const Value *V, AllocType AllocTy,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp954 QualType AllocType, Address NewPtr,
957 switch (CGF.getEvaluationKind(AllocType)) {
960 CGF.MakeAddrLValue(NewPtr, AllocType), false);
963 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType),
968 = AggValueSlot::forAddr(NewPtr, AllocType.getQualifiers(),
1074 QualType AllocType = E->getAllocatedType(); local
1076 AllocType->getAsArrayTypeUnsafe())) {
1077 ElementTy = ConvertTypeForMem(AllocType);
953 StoreAnyExprIntoOneUnit(CodeGenFunction &CGF, const Expr *Init, QualType AllocType, Address NewPtr, AggValueSlot::Overlap_t MayOverlap) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3396 QualType AllocType = QualType()) {
3398 AllocType.isNull() ? S->getType() : AllocType);
6623 QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr,
6625 APValue *Val = Info.createHeapAlloc(E, AllocType, Result);
6627 Result.addArray(Info, E, cast<ConstantArrayType>(AllocType));
6672 QualType AllocType = Pointer.Base.getDynamicAllocType();
6675 << DeallocKind << (*Alloc)->getKind() << AllocType;
9318 QualType AllocType);
9322 QualType AllocType);
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1494 UINT8 AllocType;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6218 QualType AllocType,
6233 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
6253 QualType AllocType, bool IsArray,

Completed in 692 milliseconds