Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
allocations.h File Reference
#include "zstd_deps.h"
#include "compiler.h"
#include "../zstd.h"

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

◆ ZSTD_DEPS_NEED_MALLOC

#define ZSTD_DEPS_NEED_MALLOC

◆ ZSTD_STATIC_LINKING_ONLY

#define ZSTD_STATIC_LINKING_ONLY

Function Documentation

◆ 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 )