Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc156 UNUSED_ATTR const char* end_canary = ((char*)ptr) + allocation->size; in allocation_tracker_notify_free() local
160 CHECK(end_canary[i] == canary[i]); in allocation_tracker_notify_free()