Home
last modified time | relevance | path

Searched defs:alloc_sync (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/example/
Dtime_pool_alloc.cpp38 typedef boost::fast_pool_allocator<larger_structure<N> > alloc_sync; in timing_test_alloc_larger() typedef
111 typedef boost::fast_pool_allocator<int> alloc_sync; in timing_test_alloc() typedef
260 typedef boost::pool_allocator<int> alloc_sync; in timing_test_containers() typedef
/aosp_15_r20/cts/tests/tests/security/jni/
H A Dandroid_security_cts_cve_2019_2213_Test.c706 sync_t *alloc_sync() { in alloc_sync() function