Lines Matching refs:Metadata

78 inline void Metadata::SetAllocated(u32 stack, u64 size) {  in SetAllocated()
89 inline void Metadata::SetUnallocated() { in SetUnallocated()
96 inline bool Metadata::IsAllocated() const { in IsAllocated()
101 inline u64 Metadata::GetRequestedSize() const { in GetRequestedSize()
105 inline u32 Metadata::GetAllocStackId() const { in GetAllocStackId()
113 inline void Metadata::SetLsanTag(__lsan::ChunkTag tag) { in SetLsanTag()
117 inline __lsan::ChunkTag Metadata::GetLsanTag() const { in GetLsanTag()
235 Metadata *meta = in HwasanAllocate()
236 reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated)); in HwasanAllocate()
281 Metadata *meta = in HwasanDeallocate()
282 reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr)); in HwasanDeallocate()
361 Metadata *meta = in HwasanReallocate()
362 reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old)); in HwasanReallocate()
386 Metadata *metadata = in FindHeapChunkByAddress()
387 reinterpret_cast<Metadata*>(allocator.GetMetaData(block)); in FindHeapChunkByAddress()
395 Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr); in AllocationSize()
511 __hwasan::Metadata *metadata = reinterpret_cast<__hwasan::Metadata *>( in PointsIntoChunk()
529 __hwasan::Metadata *metadata = reinterpret_cast<__hwasan::Metadata *>( in GetUserBegin()
548 __hwasan::Metadata *m = reinterpret_cast<__hwasan::Metadata *>(metadata_); in allocated()
553 __hwasan::Metadata *m = reinterpret_cast<__hwasan::Metadata *>(metadata_); in tag()
558 __hwasan::Metadata *m = reinterpret_cast<__hwasan::Metadata *>(metadata_); in set_tag()
563 __hwasan::Metadata *m = reinterpret_cast<__hwasan::Metadata *>(metadata_); in requested_size()
568 __hwasan::Metadata *m = reinterpret_cast<__hwasan::Metadata *>(metadata_); in stack_trace_id()
583 __hwasan::Metadata *metadata = reinterpret_cast<__hwasan::Metadata *>( in IgnoreObjectLocked()