Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Macros | Typedefs | Functions | Variables
jmemsys.h File Reference

Go to the source code of this file.

Classes

struct  backing_store_struct
 

Macros

#define MAX_ALLOC_CHUNK   1000000000L
 
#define TEMP_NAME_LENGTH   64 /* max length of a temporary file's name */
 

Typedefs

typedef struct backing_store_structbacking_store_ptr
 
typedef struct backing_store_struct backing_store_info
 

Functions

 EXTERN (void *) jpeg_get_small JPP((j_common_ptr cinfo
 
 EXTERN (void) jpeg_free_small JPP((j_common_ptr cinfo
 
 EXTERN (void FAR *) jpeg_get_large JPP((j_common_ptr cinfo
 
 EXTERN (long) jpeg_mem_available JPP((j_common_ptr cinfo
 

Variables

size_t sizeofobject
 
voidobject
 
long min_bytes_needed
 
long long max_bytes_needed
 
long long long already_allocated
 
backing_store_ptr info
 
backing_store_ptr long total_bytes_needed
 

Macro Definition Documentation

◆ MAX_ALLOC_CHUNK

#define MAX_ALLOC_CHUNK   1000000000L

Definition at line 78 of file jmemsys.h.

Referenced by alloc_barray(), alloc_large(), alloc_sarray(), alloc_small(), and jinit_memory_mgr().

◆ TEMP_NAME_LENGTH

#define TEMP_NAME_LENGTH   64 /* max length of a temporary file's name */

Definition at line 116 of file jmemsys.h.

Typedef Documentation

◆ backing_store_info

◆ backing_store_ptr

Definition at line 137 of file jmemsys.h.

Function Documentation

◆ EXTERN() [1/4]

EXTERN ( void )

◆ EXTERN() [2/4]

EXTERN ( void  )

◆ EXTERN() [3/4]

EXTERN ( void FAR )

◆ EXTERN() [4/4]

EXTERN ( long  )

Variable Documentation

◆ already_allocated

long long long already_allocated

Definition at line 104 of file jmemsys.h.

Referenced by jpeg_mem_available().

◆ info

◆ max_bytes_needed

long long max_bytes_needed

Definition at line 104 of file jmemsys.h.

Referenced by jpeg_mem_available().

◆ min_bytes_needed

long min_bytes_needed

Definition at line 104 of file jmemsys.h.

◆ object

void FAR * object

Definition at line 48 of file jmemsys.h.

Referenced by cff_parser_init(), and vl::ref< vl::Dae::Mesh >::ref().

◆ sizeofobject

void FAR size_t sizeofobject

Definition at line 47 of file jmemsys.h.

Referenced by alloc_large(), and jpeg_get_large().

◆ total_bytes_needed

backing_store_ptr long total_bytes_needed

Definition at line 181 of file jmemsys.h.

Referenced by jpeg_open_backing_store(), and open_ems_store().