8 #ifndef CNResourceLinks_H
9 #define CNResourceLinks_H
15 struct CNResourceLinks ;
21 struct CNResourceLinks *
Information to present memory profile.
Definition: CNMemoryProfile.h:16
Define CNMemoryProfile data structure.
Define CNResourceLink data structure.
struct CNResourceLinks * CNAllocateResourceLinkPool(void)
Allocate list item pool.
void CNReleaseResourceLink(struct CNResourceLinks *pool, struct CNResourceLink *src)
Release list item to pool.
struct CNResourceLink * CNAllocateResourceLink(struct CNResourceLinks *pool)
Allocate list item from pool.
void CNProfileOfResourceLinkPool(struct CNMemoryProfile *dst, const struct CNResourceLinks *links)
Get memory profile of list item pool.
Data structure for list-ite.
Definition: CNResourceLink.h:14
void CNFreeResourceLinkPool(struct CNResourceLinks *dst)
Release all objects in the list item pool.