Coconut Framework  beta
CNResourceLinks.h
Go to the documentation of this file.
1 
8 #ifndef CNResourceLinks_H
9 #define CNResourceLinks_H
10 
11 #include "CNResourceLink.h"
12 #include "CNMemoryProfile.h"
13 
15 struct CNResourceLinks ;
16 
21 struct CNResourceLinks *
23 
29 struct CNResourceLink *
30 CNAllocateResourceLink(struct CNResourceLinks * pool) ;
31 
37 void
38 CNReleaseResourceLink(struct CNResourceLinks * pool, struct CNResourceLink * src) ;
39 
44 void
45 CNFreeResourceLinkPool(struct CNResourceLinks * dst) ;
46 
52 void
53 CNProfileOfResourceLinkPool(struct CNMemoryProfile * dst, const struct CNResourceLinks * links) ;
54 
55 #endif /* CNResourceLinks_H */
Information to present memory profile.
Definition: CNMemoryProfile.h:16
Define CNMemoryProfile data structure.