Blender  V2.93
Public Attributes | List of all members
CCGAllocatorIFC Struct Reference

#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)
 

Detailed Description

Definition at line 44 of file CCGSubSurf.h.

Member Data Documentation

◆ alloc

void*(* CCGAllocatorIFC::alloc) (CCGAllocatorHDL a, int numBytes)

◆ free

void(* CCGAllocatorIFC::free) (CCGAllocatorHDL a, void *ptr)

Definition at line 47 of file CCGSubSurf.h.

Referenced by _getSubSurf(), and ccg_getStandardAllocatorIFC().

◆ realloc

void*(* CCGAllocatorIFC::realloc) (CCGAllocatorHDL a, void *ptr, int newSize, int oldSize)

Definition at line 46 of file CCGSubSurf.h.

Referenced by _getSubSurf(), and ccg_getStandardAllocatorIFC().

◆ release

void(* CCGAllocatorIFC::release) (CCGAllocatorHDL a)

Definition at line 48 of file CCGSubSurf.h.

Referenced by _getSubSurf(), ccg_getStandardAllocatorIFC(), and ccgSubSurf_free().


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