Description: C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- [vxmalloc] - This version of malloc for VxWorks conta
- [myprog] - With char* malloc (unsigned size) functi
- [ucos_2] - it is a perfect naterial
- [Chap10B] - a program about dividing window,which is
File list (Check if you may need any files):
BufferManage.cpp