Searched refs:getUsableSize (Results 1 – 4 of 4) sorted by relevance
98 static inline uptr getUsableSize(const void *Ptr, UnpackedHeader *Header) { in getUsableSize() function522 const uptr UsableSize = Chunk::getUsableSize(OldPtr, &OldHeader); in reallocate()546 uptr getUsableSize(const void *Ptr) { in getUsableSize() function561 return Chunk::getUsableSize(Ptr, &Header); in getUsableSize()772 return Instance.getUsableSize(Ptr); in scudoMallocUsableSize()806 return Instance.getUsableSize(Ptr); in __sanitizer_get_allocated_size()
162 EXPECT_LE(Size, Allocator->getUsableSize(P)); in BasicTest()563 EXPECT_DEATH(Allocator->getUsableSize(P), ""); in TEST()
84 return SCUDO_ALLOCATOR.getUsableSize(ptr);
818 uptr getUsableSize(const void *Ptr) { in getUsableSize() function