Project Alice
Loading...
Searching...
No Matches
allocations.h File Reference
#include "zstd_deps.h"
#include "compiler.h"
#include "../zstd.h"
Include dependency graph for allocations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZSTD_DEPS_NEED_MALLOC
 
#define ZSTD_STATIC_LINKING_ONLY
 
#define ZSTD_ALLOCATIONS_H
 

Functions

MEM_STATIC void * ZSTD_customMalloc (size_t size, ZSTD_customMem customMem)
 
MEM_STATIC void * ZSTD_customCalloc (size_t size, ZSTD_customMem customMem)
 
MEM_STATIC void ZSTD_customFree (void *ptr, ZSTD_customMem customMem)
 

Macro Definition Documentation

◆ ZSTD_ALLOCATIONS_H

#define ZSTD_ALLOCATIONS_H

Definition at line 22 of file allocations.h.

◆ ZSTD_DEPS_NEED_MALLOC

#define ZSTD_DEPS_NEED_MALLOC

Definition at line 14 of file allocations.h.

◆ ZSTD_STATIC_LINKING_ONLY

#define ZSTD_STATIC_LINKING_ONLY

Definition at line 18 of file allocations.h.

Function Documentation

◆ ZSTD_customCalloc()

MEM_STATIC void * ZSTD_customCalloc ( size_t  size,
ZSTD_customMem  customMem 
)

Definition at line 33 of file allocations.h.

Here is the caller graph for this function:

◆ ZSTD_customFree()

MEM_STATIC void ZSTD_customFree ( void *  ptr,
ZSTD_customMem  customMem 
)

Definition at line 45 of file allocations.h.

Here is the caller graph for this function:

◆ ZSTD_customMalloc()

MEM_STATIC void * ZSTD_customMalloc ( size_t  size,
ZSTD_customMem  customMem 
)

Definition at line 26 of file allocations.h.

Here is the caller graph for this function: