QtBase  v6.3.1
Macros | Functions
jmemnobs.c File Reference
#include "jinclude.h"
#include "jpeglib.h"
#include "jmemsys.h"
Include dependency graph for jmemnobs.c:

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 

Functions

 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject)
 
 jpeg_free_small (j_common_ptr cinfo, void *object, size_t sizeofobject)
 
 jpeg_get_large (j_common_ptr cinfo, size_t sizeofobject)
 
 jpeg_free_large (j_common_ptr cinfo, void *object, size_t sizeofobject)
 
 jpeg_mem_available (j_common_ptr cinfo, size_t min_bytes_needed, size_t max_bytes_needed, size_t already_allocated)
 
 jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info, long total_bytes_needed)
 
 jpeg_mem_init (j_common_ptr cinfo)
 
 jpeg_mem_term (j_common_ptr cinfo)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 20 of file jmemnobs.c.

Function Documentation

◆ jpeg_free_large()

jpeg_free_large ( j_common_ptr  cinfo,
void object,
size_t  sizeofobject 
)

Definition at line 55 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_free_small()

jpeg_free_small ( j_common_ptr  cinfo,
void object,
size_t  sizeofobject 
)

Definition at line 38 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_get_large()

jpeg_get_large ( j_common_ptr  cinfo,
size_t  sizeofobject 
)

Definition at line 49 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_get_small()

jpeg_get_small ( j_common_ptr  cinfo,
size_t  sizeofobject 
)

Definition at line 32 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_mem_available()

jpeg_mem_available ( j_common_ptr  cinfo,
size_t  min_bytes_needed,
size_t  max_bytes_needed,
size_t  already_allocated 
)

Definition at line 66 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_mem_init()

jpeg_mem_init ( j_common_ptr  cinfo)

Definition at line 101 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_mem_term()

jpeg_mem_term ( j_common_ptr  cinfo)

Definition at line 107 of file jmemnobs.c.

Here is the caller graph for this function:

◆ jpeg_open_backing_store()

jpeg_open_backing_store ( j_common_ptr  cinfo,
backing_store_ptr  info,
long  total_bytes_needed 
)

Definition at line 88 of file jmemnobs.c.

Here is the caller graph for this function: