Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dallocation_tracker_test.cpp52 void *useable_ptr = allocation_tracker_notify_alloc(allocator_id, dummy_allocation, 4); in TEST() local
53 EXPECT_TRUE(useable_ptr > dummy_allocation); in TEST()
55 void *freeable_ptr = allocation_tracker_notify_free(allocator_id, useable_ptr); in TEST()