#include "zstd_deps.h"
#include "compiler.h"
#include "../zstd.h"
Go to the source code of this file.
◆ ZSTD_ALLOCATIONS_H
| #define ZSTD_ALLOCATIONS_H |
◆ ZSTD_DEPS_NEED_MALLOC
| #define ZSTD_DEPS_NEED_MALLOC |
◆ ZSTD_STATIC_LINKING_ONLY
| #define ZSTD_STATIC_LINKING_ONLY |
◆ ZSTD_customCalloc()
| MEM_STATIC void * ZSTD_customCalloc |
( |
size_t | size, |
|
|
ZSTD_customMem | customMem ) |
◆ ZSTD_customFree()
| MEM_STATIC void ZSTD_customFree |
( |
void * | ptr, |
|
|
ZSTD_customMem | customMem ) |
◆ ZSTD_customMalloc()
| MEM_STATIC void * ZSTD_customMalloc |
( |
size_t | size, |
|
|
ZSTD_customMem | customMem ) |