Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc155 UNUSED_ATTR const char* beginning_canary = ((char*)ptr) - canary_size; in allocation_tracker_notify_free() local
159 CHECK(beginning_canary[i] == canary[i]); in allocation_tracker_notify_free()