Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_test.cc1566 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1582 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1643 using MyAlloc = CountingAllocator<int>; in TEST() typedef
1668 using MyAlloc = CountingAllocator<int>; in TEST() typedef
/third_party/lzma/C/
DAlloc.c168 void *MyAlloc(size_t size) in MyAlloc() function