
Go to the source code of this file.
Namespaces | |
| namespace | mongo |
Defines | |
| #define | malloc MONGO_malloc |
| #define | MONGO_malloc mongo::ourmalloc |
| #define | MONGO_realloc mongo::ourrealloc |
| #define | realloc MONGO_realloc |
Functions | |
| void * | mongo::ourmalloc (size_t size) |
| void * | mongo::ourrealloc (void *ptr, size_t size) |
| #define malloc MONGO_malloc |
Definition at line 35 of file allocator.h.
| #define MONGO_malloc mongo::ourmalloc |
Definition at line 34 of file allocator.h.
| #define MONGO_realloc mongo::ourrealloc |
Definition at line 36 of file allocator.h.
| #define realloc MONGO_realloc |
Definition at line 37 of file allocator.h.