Home | History | Annotate | Download | only in Support

Lines Matching defs:MallocAllocator

305 class MallocAllocator {
317 typedef MallocAllocator<OtherDataType> other;
321 MallocAllocator() throw() {}
323 MallocAllocator(const MallocAllocator&) throw() {}
325 ~MallocAllocator() throw() {}
350 class MallocAllocator<void> {
362 typedef MallocAllocator<OtherDataType> other;
366 MallocAllocator() throw() {}
368 MallocAllocator(const MallocAllocator&) throw() {}
370 ~MallocAllocator() throw() {}