I'm adding erwin's expanding buffer, and it uses alloc_mem. However, I have NO idea what the include for alloc_mem should be. Does anyone know? It doesn't look like I have a man page for it, either.
alloc_mem ?
Posted by Greven on Mon 23 Feb 2004 10:20 PM — 4 posts, 11,527 views.
Try a Google search, there seem to be few references there.
Turns out its a ROM function, not a library one, so I'll have to rip it out, or figure out what the hell it does, and adapt to it.
Does anone know what this function does, and if there is a smaug equivalent?
Does anone know what this function does, and if there is a smaug equivalent?
In looking at it, it's roughly the equivalent of doing a CREATE call in Smaug. So you should be able to get away with adapting it to use CREATE.