Results 1 to 1 of 1
hello everyone
i wanna write code in c++ of memory management.
like i do reserve some space at the start of a program (lets say 100bytes)
and whenever any task ...
- 06-11-2008 #1
memory management in c++
hello everyone
i wanna write code in c++ of memory management.
like i do reserve some space at the start of a program (lets say 100bytes)
and whenever any task is performed by this programe this memory of 100 bytes is used.
i can code it but i need just few comments of how to get started with this.
any refrence site or algo will be helpfull for me in learning how memory management is performed in linux
thanks


Reply With Quote