Home
last modified time | relevance | path

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

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