18 #define CNUnitSizeOfResource 32
50 CNReleaseData(
struct CNResource * resource,
size_t size,
void * src) ;
Information to present memory profile.
Definition: CNMemoryProfile.h:16
void CNProfileOfResource(struct CNMemoryProfile *dst, const struct CNResource *resource)
Get memory profile of resource.
Define CNMemoryProfile data structure.
void CNReleaseData(struct CNResource *resource, size_t size, void *src)
Release memory object into resource.
void CNFreeResource(struct CNResource *resource)
Deallocate all memory object in the source resource.
void * CNAllocateData(struct CNResource *resource, size_t size)
Allocate data memory.
struct CNResource * CNAllocateResource(void)
Allocate CNResource object.