RAPI
Functions
R_ext/Memory.h File Reference
#include <stddef.h>
Include dependency graph for Memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * vmaxget (void)
void vmaxset (const void *ovmax)
void R_gc (void)
int R_gc_running ()
char * R_alloc (size_t nelem, int eltsize)
long double * R_allocLD (size_t nelem)
char * S_alloc (long nelem, int eltsize)
char * S_realloc (char *p, long new, long old, int size)

Function Documentation

char* R_alloc ( size_t  nelem,
int  eltsize 
)
long double* R_allocLD ( size_t  nelem)
void R_gc ( void  )
int R_gc_running ( )
char* S_alloc ( long  nelem,
int  eltsize 
)
char* S_realloc ( char *  p,
long  new,
long  old,
int  size 
)
void* vmaxget ( void  )
void vmaxset ( const void *  ovmax)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines