DOKK / manpages / debian 10 / alliance / allocrdsfig.3.en
ALLOCRDSFIG(3) RDS PHYSICAL FUNCTIONS ALLOCRDSFIG(3)


allocrdsfig - allocs memory for a figure

See the file buster/alliance/alc_origin.1.en.gz.

#include "rdsnnn.h"
rdsfig_list ∗allocrdsfig()

none

The allocrdsfig function allocates a memory block for rdsfig_list structure. Fields contained in the structure are set to NULL for pointers or 0L for numbers.

allocrdsfig returns a pointer to the rdsfig_list structure allocated.

"Rds202: rdsalloc error, can't continue !"

it's impossible to allocate the memory size desired.


#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h" main() { rdsfig_list ∗RdsFigure;
mbkenv();
rdsenv();
loadrdsparam(); RdsFigure = allocrdsfig (); RdsFigure->NAME = namealloc ("core"); ... }

librds, rdsalloc, rdsfree, freerdsfig

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6