![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Classes | |
| struct | BatchInfo |
Public Types | |
| typedef AllocatedType | Type |
Public Member Functions | |
| BatchAllocator (unsigned int objectsPerPage=255) | |
| AllocatedType * | allocate () |
| void | release (AllocatedType *object) |
Definition at line 24 of file json_batchallocator.h.
| AllocatedType* Json::BatchAllocator< AllocatedType, objectPerAllocation >::allocate | ( | ) | [inline] |
allocate space for an array of objectPerAllocation object.
Definition at line 52 of file json_batchallocator.h.
| void Json::BatchAllocator< AllocatedType, objectPerAllocation >::release | ( | AllocatedType * | object | ) | [inline] |
Release the object.
Definition at line 80 of file json_batchallocator.h.
1.7.6.1