Searched defs:allocator_id (Results 1 – 2 of 2) sorted by relevance
35 uint8_t allocator_id; member118 void *allocation_tracker_notify_alloc(uint8_t allocator_id, void *ptr, size_t requested_size) { in allocation_tracker_notify_alloc()150 void *allocation_tracker_notify_free(uint8_t allocator_id, void *ptr) { in allocation_tracker_notify_free()
27 static const allocator_id_t allocator_id = 5; variable