Home
last modified time | relevance | path

Searched refs:AllocationSize (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h69 size_t AllocationSize; variable
80 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
83 (void)AllocationSize; in SectionEntry()
92 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()
103 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()
111 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h68 size_t AllocationSize; variable
79 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
82 (void)AllocationSize; in SectionEntry()
91 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()
102 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()
110 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h67 size_t AllocationSize; variable
78 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()
81 (void)AllocationSize; in SectionEntry()
90 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()
101 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()
109 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc212 static uptr AllocationSize(const void *p) { in AllocationSize() function
242 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()
244 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp257 static uptr AllocationSize(const void *p) { in AllocationSize() function
368 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()
370 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp275 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function
406 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()
408 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc616 uptr AllocationSize(uptr p) { in AllocationSize() function
775 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_malloc_usable_size()
784 return instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_mz_size()
896 return instance.AllocationSize(ptr) > 0; in __sanitizer_get_ownership()
902 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp804 uptr AllocationSize(uptr p) { in AllocationSize() function
1072 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_malloc_usable_size()
1081 return instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_mz_size()
1199 return instance.AllocationSize(ptr) > 0; in __sanitizer_get_ownership()
1205 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size()
/external/angle/src/common/
DPoolAlloc.h78 static size_t AllocationSize(size_t size) { return size + 2 * kGuardBlockSize + HeaderSize(); } in AllocationSize() function
DPoolAlloc.cpp232 size_t allocationSize = Allocation::AllocationSize(numBytes) + mAlignment; in allocate()
/external/scudo/standalone/
Dcombined.h1000 atomic_uptr AllocationSize; member
1209 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry() argument
1224 atomic_store_relaxed(&Entry->AllocationSize, AllocationSize); in storeRingBufferEntry()
1368 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp725 uptr AllocationSize(uptr p) { in AllocationSize() function
864 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in memprof_malloc_usable_size()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2188 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local
2191 AllocationSize = SingleEltSize; in BuildCXXNew()
2195 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()
2205 AllocationSize.getValueOr(llvm::APInt::getNullValue(SizeTyWidth)), in BuildCXXNew()
2230 CallArgs.emplace_back(AllocationSize.hasValue() in BuildCXXNew()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...