Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc101 size_t requested_size) { in allocation_tracker_notify_alloc() argument
109 alloc_total_size += allocation_tracker_resize_for_canary(requested_size); in allocation_tracker_notify_alloc()
125 allocation->size = requested_size; in allocation_tracker_notify_alloc()
131 memcpy(return_ptr + requested_size, canary, canary_size); in allocation_tracker_notify_alloc()
/system/bt/osi/include/
Dallocation_tracker.h48 size_t requested_size);
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h99 virtual void GetRandom(void *random, uint32_t requested_size) const = 0;