cocos2d-x  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AllocatorStrategyDefault Class Reference

#include <CCAllocatorStrategyDefault.h>

Inheritance diagram for AllocatorStrategyDefault:
AllocatorBase

Public Member Functions

CC_ALLOCATOR_INLINE void * allocate (size_t size)
local allocate ( local size)
CC_ALLOCATOR_INLINE void deallocate (void *address, size_t size=0)

Additional Inherited Members

- Public Types inherited from AllocatorBase
enum  { kDefaultAlignment = 16 }
 
typedef void * pointer

Member Function Documentation

CC_ALLOCATOR_INLINE void* allocate ( size_t  size)
inline
var allocate ( var  size)
inline
local allocate ( local  size)
inline
CC_ALLOCATOR_INLINE void deallocate ( void *  address,
size_t  size = 0 
)
inline
var deallocate ( var  address,
var  size = 0 
)
inline
local deallocate ( local  address,
local  size = 0 
)
inline

The documentation for this class was generated from the following file: