| 188 | return result; |
| 189 | } |
| 190 | static void Free(const ALLOCATION_CALLBACKS& allocs, void* memory) |
| 191 | { |
| 192 | (*allocs.pFree)(memory, allocs.pPrivateData); |
| 193 | } |
| 194 | |
| 195 | template<typename T> |
| 196 | static T* Allocate(const ALLOCATION_CALLBACKS& allocs) |
no outgoing calls