HomeSort by relevance Sort by last modified time
    Searched refs:AllocType (Results 1 - 25 of 26) sorted by null

1 2

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 27 enum AllocType : u8 {
49 void *scudoMalloc(uptr Size, AllocType Type);
50 void scudoFree(void *Ptr, AllocType Type);
51 void scudoSizedFree(void *Ptr, uptr Size, AllocType Type);
scudo_allocator.cpp 73 u8 AllocType : 2; // malloc, new, new[], or memalign
317 void *allocate(uptr Size, uptr Alignment, AllocType Type) {
364 Header.AllocType = Type;
377 void deallocate(void *UserPtr, uptr DeleteSize, AllocType Type) {
402 if (NewHeader.AllocType != Type) {
404 if (NewHeader.AllocType != FromMemalign || Type != FromMalloc) {
473 if (OldHeader.AllocType != FromMalloc) {
538 void *scudoMalloc(uptr Size, AllocType Type) {
542 void scudoFree(void *Ptr, AllocType Type) {
546 void scudoSizedFree(void *Ptr, uptr Size, AllocType Type)
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
AllocPages.c 119 INTN AllocType = -1;
169 AllocType = xtoi(argv[1]);
174 if ( (AllocType < 0) || (AllocType > 2)) {
175 Print(L"Invalid AllocType\n");
194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 26 template <class FuncType, class AllocType>
27 void test_FunctionObject(AllocType& alloc)
46 template <class FuncType, class AllocType>
47 void test_FreeFunction(AllocType& alloc)
63 template <class TargetType, class FuncType, class AllocType>
64 void test_MemFunClass(AllocType& alloc)
alloc_function.pass.cpp 27 template <class FuncType, class AllocType>
28 void test_FunctionObject(AllocType& alloc)
51 template <class FuncType, class AllocType>
52 void test_FreeFunction(AllocType& alloc)
73 template <class TargetType, class FuncType, class AllocType>
74 void test_MemFunClass(AllocType& alloc)
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 40 template <class FuncType, class AllocType>
41 void test_FunctionObject(AllocType& alloc)
60 template <class FuncType, class AllocType>
61 void test_FreeFunction(AllocType& alloc)
77 template <class TargetType, class FuncType, class AllocType>
78 void test_MemFunClass(AllocType& alloc)
alloc_function.pass.cpp 28 template <class FuncType, class AllocType>
29 void test_FunctionObject(AllocType& alloc)
52 template <class FuncType, class AllocType>
53 void test_FreeFunction(AllocType& alloc)
74 template <class TargetType, class FuncType, class AllocType>
75 void test_MemFunClass(AllocType& alloc)
  /external/compiler-rt/lib/asan/
asan_allocator.h 26 enum AllocType {
164 AllocType alloc_type);
165 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
167 AllocType alloc_type);
asan_report.h 61 AllocType alloc_type,
62 AllocType dealloc_type);
asan_allocator.cc 324 AllocType alloc_type, bool can_fill) {
480 AllocType alloc_type) {
512 AllocType alloc_type) {
526 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
527 (AllocType)alloc_type);
720 AllocType alloc_type) {
724 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
729 AllocType alloc_type) {
asan_report.cc 862 AllocType alloc_type,
863 AllocType dealloc_type) {
    [all...]
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 154 enum AllocType
182 int* pixel_stride, int* byte_stride, size_t* size, AllocType type)
263 size_t* size, AllocType type, int *internalHeight)
356 AllocType type, int* internalHeight, int stride_alignment)
439 static bool get_afbc_yuv422_8bit_stride_and_size(int width, int height, int* pixel_stride, int* byte_stride, size_t* size, AllocType type)
704 static bool get_yuv420_10bit_afbc_stride_and_size(int width, int height, int* pixel_stride, int* byte_stride, size_t* size, AllocType type, int* internalHeight)
795 static bool get_yuv422_10bit_afbc_stride_and_size(int width, int height, int* pixel_stride, int* byte_stride, size_t* size, AllocType type)
949 AllocType type = UNCOMPRESSED;
    [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 188 bool isStepOptSupported(llvm::Type *AllocType) {
190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
197 if (AllocType == VoidPtrTy) {
211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType,
238 bccAssert(AllocType);
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
241 if (isStepOptSupported(AllocType)) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 34 enum AllocType : uint8_t {
45 AllocType AllocTy;
101 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy,
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 503 milliseconds

1 2