Home
last modified time | relevance | path

Searched defs:alloc2 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dbuffer_internal.h96 AVBufferRef* (*alloc2)(void *opaque, buffer_size_t size); member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_test.cc694 Alloc alloc2(&allocated2, &active_instances); in TEST() local
722 Alloc alloc2(&allocated2, &active_instances); in TEST() local
Dinlined_vector_test.cc1602 MyAlloc alloc2(&allocated2); in TEST() local
1617 MyAlloc alloc2(&allocated2); in TEST() local
Dbtree_test.cc2862 Alloc alloc2(&bytes_used2); in TEST() local
2902 Alloc alloc2(&bytes_used2); in TEST() local
/third_party/mksh/
Dsh.h2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap)) macro