Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc38 } allocation_t; typedef
42 static std::unordered_map<void*, allocation_t*> allocations;
87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations()
113 allocation_t* allocation; in allocation_tracker_notify_alloc()
118 allocation = (allocation_t*)calloc(1, sizeof(allocation_t)); in allocation_tracker_notify_alloc()
143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free()