Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
Alloc.h File Reference
#include "7zTypes.h"

Go to the source code of this file.

Data Structures

struct  CAlignOffsetAlloc
 

Macros

#define MidAlloc(size)
 
#define MidFree(address)
 
#define BigAlloc(size)
 
#define BigFree(address)
 
#define g_BigAlloc   g_AlignedAlloc
 
#define g_MidAlloc   g_AlignedAlloc
 

Functions

EXTERN_C_BEGIN void * MyAlloc (size_t size)
 
void MyFree (void *address)
 
void * MyRealloc (void *address, size_t size)
 
void AlignOffsetAlloc_CreateVTable (CAlignOffsetAlloc *p)
 

Variables

const ISzAlloc g_Alloc
 
const ISzAlloc g_AlignedAlloc
 

Macro Definition Documentation

◆ BigAlloc

#define BigAlloc ( size)
Value:
EXTERN_C_BEGIN void * MyAlloc(size_t size)
Definition Alloc.c:169
size_t size
Definition platform.h:559

◆ BigFree

#define BigFree ( address)
Value:
MyFree(address)
void MyFree(void *address)
Definition Alloc.c:188

◆ g_BigAlloc

#define g_BigAlloc   g_AlignedAlloc

◆ g_MidAlloc

#define g_MidAlloc   g_AlignedAlloc

◆ MidAlloc

#define MidAlloc ( size)
Value:

◆ MidFree

#define MidFree ( address)
Value:
MyFree(address)

Function Documentation

◆ AlignOffsetAlloc_CreateVTable()

void AlignOffsetAlloc_CreateVTable ( CAlignOffsetAlloc * p)

◆ MyAlloc()

EXTERN_C_BEGIN void * MyAlloc ( size_t size)

◆ MyFree()

void MyFree ( void * address)

◆ MyRealloc()

void * MyRealloc ( void * address,
size_t size )

Variable Documentation

◆ g_AlignedAlloc

const ISzAlloc g_AlignedAlloc
extern

◆ g_Alloc

const ISzAlloc g_Alloc
extern