Account
| ArmsysApi 0.12.18 |
BHeap Class Reference
#include <BHeap.h>
Public Member Functions | |
| BHeap () | |
| void | init (void *base, size_t length) |
| void * | allocate (size_t length) |
Public Attributes | |
| char * | obase |
| char * | otop |
| char * | onext |
Constructor & Destructor Documentation
◆ BHeap()
| BHeap::BHeap | ( | ) |
Member Function Documentation
◆ allocate()
| void * BHeap::allocate | ( | size_t | length | ) |
◆ init()
| void BHeap::init | ( | void * | base, |
| size_t | length | ||
| ) |
Member Data Documentation
◆ obase
| char* BHeap::obase |
◆ onext
| char* BHeap::onext |
◆ otop
| char* BHeap::otop |
The documentation for this class was generated from the following files:
Generated by
1.8.15 