|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| class | Mem::AllocatorProxy |
Namespaces | |
| namespace | Mem |
| Memory Management. | |
Macros | |
| #define | MEMPROXY_CLASS(CLASS) |
| #define MEMPROXY_CLASS | ( | CLASS | ) |
Pool and account the memory used for the CLASS object. This macro is intended for use within the declaration of a class.
The memory block allocated by operator new is not zeroed; it is the responsibility of users to ensure that constructors correctly initialize all data members.
Definition at line 28 of file AllocatorProxy.h.