Home | History | Annotate | Download | only in hwasan

Lines Matching defs:Beg

54 uptr HwasanChunkView::Beg() const {
58 return Beg() + UsedSize();
80 return (addr >= Beg()) && (addr < Beg() + UsedSize());
419 const void *beg = allocator.GetBlockBegin(untagged_ptr);
420 if (!beg)
423 Metadata *b = (Metadata *)allocator.GetMetaData(beg);
428 return (const void *)AddTagToPointer((uptr)beg, tag);
434 const void *beg = allocator.GetBlockBegin(untagged_ptr);
435 if (!beg)
437 Metadata *b = (Metadata *)allocator.GetMetaData(beg);