Home
last modified time | relevance | path

Searched refs:disableMemoryTagging (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h84 void disableMemoryTagging() {} in disableMemoryTagging() function
318 void disableMemoryTagging() { in disableMemoryTagging() function
468 void disableMemoryTagging() { Cache.disableMemoryTagging(); } in disableMemoryTagging() function
H A Dwrappers_c.inc256 SCUDO_ALLOCATOR.disableMemoryTagging();
H A Dcombined.h890 void disableMemoryTagging() { in disableMemoryTagging() function
899 Secondary.disableMemoryTagging(); in disableMemoryTagging()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp76 this->disableMemoryTagging(); in TestAllocator()
406 Allocator->disableMemoryTagging(); in SCUDO_TYPED_TEST()