Searched refs:AllocationSize (Results 1 – 5 of 5) sorted by relevance
218 IN UINTN AllocationSize236 IN UINTN AllocationSize254 IN UINTN AllocationSize273 IN UINTN AllocationSize292 IN UINTN AllocationSize311 IN UINTN AllocationSize334 IN UINTN AllocationSize,358 IN UINTN AllocationSize,382 IN UINTN AllocationSize,
69 size_t AllocationSize; variable80 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()
247 static uptr AllocationSize(const void *p) { in AllocationSize() function348 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()350 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
297 static uptr AllocationSize(const void *tagged_ptr) { in AllocationSize() function442 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()444 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
731 uptr AllocationSize(uptr p) { in AllocationSize() function957 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_malloc_usable_size()966 return instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_mz_size()1078 return instance.AllocationSize(ptr) > 0; in __sanitizer_get_ownership()1084 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size()