Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/dispatcher/
H A Dtls_unittest.cc48 .WillByDefault([](void* pointer_to_allocated, size_t size_in_bytes) { in AllocatorMockBase() argument
49 free(pointer_to_allocated); in AllocatorMockBase()
57 (void* pointer_to_allocated, size_t size_in_bytes),
225 .WillOnce([](void* pointer_to_allocated, size_t size_in_bytes) { in TEST_F() argument
226 free(pointer_to_allocated); in TEST_F()
242 .WillOnce([](void* pointer_to_allocated, size_t size_in_bytes) { in TEST_F() argument
243 free(pointer_to_allocated); in TEST_F()
264 .WillRepeatedly([](void* pointer_to_allocated, size_t size_in_bytes) { in TEST_F() argument
265 free(pointer_to_allocated); in TEST_F()
H A Dtls.cc69 bool MMapAllocator::FreeMemoryForTesting(void* pointer_to_allocated, in FreeMemoryForTesting() argument
71 auto const munmap_res = munmap(pointer_to_allocated, size_in_bytes); in FreeMemoryForTesting()
H A Dtls.h91 bool FreeMemoryForTesting(void* pointer_to_allocated, size_t size_in_bytes);