|
ncloader
0.1
|
Allocator handle 자료구조 더 자세히 ...
allocator에 대한 협력 다이어그램:데이타 필드 | |
| unsigned int | size |
| struct chunk * | used |
| struct chunk * | freed |
| char | data [] |
Allocator handle 자료구조
| char allocator::data[] |
| struct chunk* allocator::freed |
| unsigned int allocator::size |
| struct chunk* allocator::used |