Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.c118 void *allocation_tracker_notify_alloc(uint8_t allocator_id, void *ptr, size_t requested_size) { in allocation_tracker_notify_alloc() argument
138 allocation->size = requested_size; in allocation_tracker_notify_alloc()
145 memcpy(return_ptr + requested_size, canary, canary_size); in allocation_tracker_notify_alloc()
/system/bt/osi/include/
Dallocation_tracker.h47 void *allocation_tracker_notify_alloc(allocator_id_t allocator_id, void *ptr, size_t requested_size
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h99 virtual void GetRandom(void *random, uint32_t requested_size) const = 0;