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_allocator.cc 159 LsanMetadata::LsanMetadata(uptr chunk) {
164 bool LsanMetadata::allocated() const {
168 ChunkTag LsanMetadata::tag() const {
172 void LsanMetadata::set_tag(ChunkTag value) {
176 uptr LsanMetadata::requested_size() const {
180 u32 LsanMetadata::stack_trace_id() const {
lsan_common.h 184 class LsanMetadata {
187 explicit LsanMetadata(uptr chunk);
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 711 LsanMetadata::LsanMetadata(uptr chunk) {
715 bool LsanMetadata::allocated() const {
720 ChunkTag LsanMetadata::tag() const {
725 void LsanMetadata::set_tag(ChunkTag value) {
730 uptr LsanMetadata::requested_size() const {
735 u32 LsanMetadata::stack_trace_id() const {

Completed in 3361 milliseconds