extern _CLibFunc void ___PTR *calloc(const size_t num,const size_t size);
extern _CLibFunc int free(void ___PTR* const poi);
extern _CLibFunc void ___PTR *malloc(const size_t size);
extern _CLibFunc void ___PTR *realloc(void ___PTR *poi,size_t size);
extern _CLibFunc void _heapalgnsplt(_pHeapNode node, size_t size);
extern _CLibFunc _pHeapNode _heapfind(void const ___PTR* const poi,_pHeapNode * const prev);
extern _CLibFunc _pHeapNode _heapfree(REG _pHeapNode thisNode, _pHeapNode const prevNode);
extern _CLibFunc _pHeapNode _heapsearch(const size_t size);
extern _CLibFunc void _heapsplit(_pHeapNode node,size_t size);
extern _CLibFunc void huge *_retNULL(void);
