TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Functions | |
PIXTYPE * | alloc_body (tabstruct *tab, void(*func)(PIXTYPE *ptr, int npix)) |
FLAGTYPE * | alloc_ibody (tabstruct *tab, void(*func)(FLAGTYPE *ptr, int npix)) |
void | free_body (tabstruct *tab) |
void | read_body (tabstruct *tab, PIXTYPE *ptr, size_t size) |
void | read_ibody (tabstruct *tab, FLAGTYPE *ptr, size_t size) |
void | write_body (tabstruct *tab, PIXTYPE *ptr, size_t size) |
void | write_ibody (tabstruct *tab, FLAGTYPE *ptr, size_t size) |
int | set_maxram (size_t maxram) |
int | set_maxvram (size_t maxvram) |
int | set_swapdir (char *dirname) |
Variables | |
size_t | body_maxram = BODY_DEFRAM |
size_t | body_maxvram = BODY_DEFVRAM |
size_t | body_ramleft |
size_t | body_vramleft |
size_t | body_ramflag |
int | body_vmnumber |
char | body_swapdirname [MAXCHARS] = BODY_DEFSWAPDIR |
void free_body | ( | tabstruct * | tab | ) |
int set_maxram | ( | size_t | maxram | ) |
int set_maxvram | ( | size_t | maxvram | ) |
int set_swapdir | ( | char * | dirname | ) |
size_t body_maxram = BODY_DEFRAM |
size_t body_maxvram = BODY_DEFVRAM |
size_t body_ramflag |
size_t body_ramleft |
char body_swapdirname[MAXCHARS] = BODY_DEFSWAPDIR |
int body_vmnumber |
size_t body_vramleft |