QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
7zAlloc.h File Reference
#include "7zTypes.h"
Include dependency graph for 7zAlloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

EXTERN_C_BEGIN void * SzAlloc (ISzAllocPtr p, size_t size)
void SzFree (ISzAllocPtr p, void *address)
void * SzAllocTemp (ISzAllocPtr p, size_t size)
void SzFreeTemp (ISzAllocPtr p, void *address)

Function Documentation

◆ SzAlloc()

EXTERN_C_BEGIN void * SzAlloc ( ISzAllocPtr p,
size_t size )
Here is the caller graph for this function:

◆ SzAllocTemp()

void * SzAllocTemp ( ISzAllocPtr p,
size_t size )
Here is the caller graph for this function:

◆ SzFree()

void SzFree ( ISzAllocPtr p,
void * address )
Here is the caller graph for this function:

◆ SzFreeTemp()

void SzFreeTemp ( ISzAllocPtr p,
void * address )
Here is the caller graph for this function: