Searched refs:AllocationSize (Results 1 – 9 of 9) sorted by relevance
212 IN UINTN AllocationSize230 IN UINTN AllocationSize248 IN UINTN AllocationSize267 IN UINTN AllocationSize286 IN UINTN AllocationSize305 IN UINTN AllocationSize328 IN UINTN AllocationSize,352 IN UINTN AllocationSize,376 IN UINTN AllocationSize,
67 size_t AllocationSize; variable78 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()
167 static uptr AllocationSize(const void *p) { in AllocationSize() function285 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()287 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
257 static uptr AllocationSize(const void *p) { in AllocationSize() function368 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()
316 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function447 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()449 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
804 uptr AllocationSize(uptr p) { in AllocationSize() function1072 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()1225 return instance.AllocationSize(ptr) > 0; in __sanitizer_get_ownership()1231 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size()
998 atomic_uptr AllocationSize; member1208 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry() argument1223 atomic_store_relaxed(&Entry->AllocationSize, AllocationSize); in storeRingBufferEntry()1367 uptr EntrySize = atomic_load_relaxed(&Entry->AllocationSize); in getRingBufferErrorInfo()
725 uptr AllocationSize(uptr p) { in AllocationSize() function864 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in memprof_malloc_usable_size()
2234 llvm::Optional<llvm::APInt> AllocationSize; in BuildCXXNew() local2237 AllocationSize = SingleEltSize; in BuildCXXNew()2241 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()2251 AllocationSize.getValueOr(llvm::APInt::getNullValue(SizeTyWidth)), in BuildCXXNew()2276 CallArgs.emplace_back(AllocationSize.hasValue() in BuildCXXNew()