HomeSort by relevance Sort by last modified time
    Searched full:cookie_of (Results 1 - 1 of 1) sorted by null

  /device/google/contexthub/firmware/lib/libc/
aeabi.cpp 60 // array_cookie, cookie_size, cookie_of, etc. are presented for exposition only.
70 // cookie_of() takes a pointer to the user array and returns a reference to the cookie.
71 inline array_cookie& cookie_of(void* user_array) function in namespace:__aeabiv1
80 return cookie_of(user_array).element_size;
87 return cookie_of(user_array).element_count;
216 return &cookie_of(user_array);
254 (*dealloc)(&cookie_of(user_array), size);

Completed in 495 milliseconds