HomeSort by relevance Sort by last modified time
    Searched defs:LsanMetadata (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 163 class LsanMetadata {
166 explicit LsanMetadata(uptr chunk);
lsan_allocator.cc 172 LsanMetadata::LsanMetadata(uptr chunk) {
177 bool LsanMetadata::allocated() const {
181 ChunkTag LsanMetadata::tag() const {
185 void LsanMetadata::set_tag(ChunkTag value) {
189 uptr LsanMetadata::requested_size() const {
193 u32 LsanMetadata::stack_trace_id() const {
  /external/compiler-rt/lib/asan/
asan_allocator.cc 821 LsanMetadata::LsanMetadata(uptr chunk) {
825 bool LsanMetadata::allocated() const {
830 ChunkTag LsanMetadata::tag() const {
835 void LsanMetadata::set_tag(ChunkTag value) {
840 uptr LsanMetadata::requested_size() const {
845 u32 LsanMetadata::stack_trace_id() const {

Completed in 156 milliseconds