#include "LzmaFile.h"
#include "LzmaDec.h"
#include "Alloc.h"
#include "Types.h"
#include "7zFile.h"
#include <cmath>
#include <iostream>
#include <queue>
#include <cstdlib>
Go to the source code of this file.
|
static void * | SzAlloc (void *, size_t size) |
|
static void | SzFree (void *, void *address) |
|
◆ SzAlloc()
static void* SzAlloc |
( |
void * |
, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ SzFree()
static void SzFree |
( |
void * |
, |
|
|
void * |
address |
|
) |
| |
|
static |
◆ g_Alloc
◆ kCantAllocateMessage
const char* kCantAllocateMessage = "Can not allocate memory" |
◆ kCantReadMessage
const char* kCantReadMessage = "Can not read input file" |
◆ kCantWriteMessage
const char* kCantWriteMessage = "Can not write output file" |
◆ kDataErrorMessage
const char* kDataErrorMessage = "Data error" |