AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     kernel.H

Syntax:     
extern void _kernel_register_allocs
(
allocproc *malloc, 
freeproc  *free
);


Purpose:     Registers procedures to be used by the kernel when it requires to free of allocate storage.  The allocproc may be called during stack extension.

[sh-index] Back to list of manuals