#include <json_batchallocator.h>
|
typedef AllocatedType | Type |
typedef AllocatedType Type |
AllocatedType* allocate |
( |
) | |
|
|
inline |
allocate space for an array of objectPerAllocation object.
- Warning
- it is the responsability of the caller to call objects constructors.
allocate space for an array of objectPerAllocation object.
- Warning
- it is the responsability of the caller to call objects constructors.
allocate space for an array of objectPerAllocation object.
- Warning
- it is the responsability of the caller to call objects constructors.
void release |
( |
AllocatedType * |
object) | |
|
|
inline |
Release the object.
- Warning
- it is the responsability of the caller to actually destruct the object.
var release |
( |
var |
object) | |
|
|
inline |
Release the object.
- Warning
- it is the responsability of the caller to actually destruct the object.
local release |
( |
local |
object) | |
|
|
inline |
Release the object.
- Warning
- it is the responsability of the caller to actually destruct the object.
The documentation for this class was generated from the following file: