Hey guys,
I'm trying to think of a way to write my own malloc & free functions and I have no idea how to do it.
I can't use the original malloc & free functions (it's not a memory pool if you thought so!) and as you probably guessed, the APIs (HeapAlloc, etc')

Any ideas? (I'm not asking for the code, just for your assistant)

And yeah, I know there's a simple example in the K & R, I haven't seen that one though.