Searched defs:MyAlloc (Results 1 – 2 of 2) sorted by relevance
1566 using MyAlloc = CountingAllocator<int>; in TEST() typedef1582 using MyAlloc = CountingAllocator<int>; in TEST() typedef1643 using MyAlloc = CountingAllocator<int>; in TEST() typedef1668 using MyAlloc = CountingAllocator<int>; in TEST() typedef
168 void *MyAlloc(size_t size) in MyAlloc() function