HomeSort by relevance Sort by last modified time
    Searched refs:DeallocationTypeMismatch (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 38 bool DeallocationTypeMismatch;
scudo_allocator.cpp 250 DeallocationTypeMismatch = f->DeallocationTypeMismatch;
259 f->DeallocationTypeMismatch = DeallocationTypeMismatch;
279 bool DeallocationTypeMismatch;
305 DeallocationTypeMismatch = Options.DeallocationTypeMismatch;
400 if (DeallocationTypeMismatch) {

Completed in 417 milliseconds