|
Blender V4.3
|
#include <CCGSubSurf.h>
Public Attributes | |
| void *(* | alloc )(CCGAllocatorHDL a, int numBytes) |
| void *(* | realloc )(CCGAllocatorHDL a, void *ptr, int newSize, int oldSize) |
| void(* | free )(CCGAllocatorHDL a, void *ptr) |
| void(* | release )(CCGAllocatorHDL a) |
Definition at line 36 of file CCGSubSurf.h.
| void *(* CCGAllocatorIFC::alloc) (CCGAllocatorHDL a, int numBytes) |
Definition at line 37 of file CCGSubSurf.h.
Referenced by _getSubSurf(), ccg_ehash_new(), ccg_getStandardAllocatorIFC(), and ccgSubSurf_new().
| void(* CCGAllocatorIFC::free) (CCGAllocatorHDL a, void *ptr) |
Definition at line 39 of file CCGSubSurf.h.
Referenced by _getSubSurf(), and ccg_getStandardAllocatorIFC().
| void *(* CCGAllocatorIFC::realloc) (CCGAllocatorHDL a, void *ptr, int newSize, int oldSize) |
Definition at line 38 of file CCGSubSurf.h.
Referenced by _getSubSurf(), and ccg_getStandardAllocatorIFC().
| void(* CCGAllocatorIFC::release) (CCGAllocatorHDL a) |
Definition at line 40 of file CCGSubSurf.h.
Referenced by _getSubSurf(), ccg_getStandardAllocatorIFC(), and ccgSubSurf_free().