Home
last modified time | relevance | path

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

/bionic/tests/
Dstack_protector_test.cpp42 std::set<void*> guards; member
63 guards.insert(guard); in Check()
91 ASSERT_EQ(1U, checker.guards.size()); in TEST()
/bionic/tools/versioner/src/
DPreprocessor.cpp419 std::unordered_map<std::string, GuardMap> guards; in preprocessHeaders() local
436 guards[location.filename][location] = macro_guard; in preprocessHeaders()
471 for (const auto& file_it : guards) { in preprocessHeaders()
475 for (auto& file_it : guards) { in preprocessHeaders()
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md83 When the allocation is freed, both of these guards are verified to contain
DREADME.md96 If SIZE\_BYTES is present, it indicates the number of bytes in both guards.