Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>alloc</b> -- allocate memory from the heap http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            alloc  --  allocate memory from the heap

synopsis        p = vcalloc(nelem,siz);
                TEXT p;         pointer to mem or NULL
                UCOUNT nelem,siz;       number of elements, size

description  Allocates memory from heap and keeps track of how
           many times it was successfully called in the global
           'COUNT vcalocnt'.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson