Searched refs:AllocationSize (Results 1 – 4 of 4) sorted by relevance
75 size_t AllocationSize; variable86 AllocationSize(allocationSize), ObjAddress(objAddress) { in SectionEntry()89 (void)AllocationSize; in SectionEntry()98 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()109 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()117 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
212 static uptr AllocationSize(const void *p) { in AllocationSize() function242 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()
606 uptr AllocationSize(uptr p) { in AllocationSize() function759 uptr usable_size = instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_malloc_usable_size()768 return instance.AllocationSize(reinterpret_cast<uptr>(ptr)); in asan_mz_size()880 return instance.AllocationSize(ptr) > 0; in __sanitizer_get_ownership()886 uptr allocated_size = instance.AllocationSize(ptr); in __sanitizer_get_allocated_size()
145 IN PLARGE_INTEGER AllocationSize OPTIONAL,199 LARGE_INTEGER AllocationSize; member