Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dmemory_debug.h44 constexpr uint32_t kPreambleGuard = UINT32_C(0x16b89bf3); variable
77 preamble->guard = kPreambleGuard; in debugAlloc()
101 } else if (preamble->guard != kPreambleGuard) { in debugFree()