#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 *p, size_t size) |
|
static void | SzFree (void *p, void *address) |
|
static void* SzAlloc |
( |
void * |
p, |
|
|
size_t |
size |
|
) |
| |
|
static |
static void SzFree |
( |
void * |
p, |
|
|
void * |
address |
|
) |
| |
|
static |
const char* kCantAllocateMessage = "Can not allocate memory" |
const char* kCantReadMessage = "Can not read input file" |
const char* kCantWriteMessage = "Can not write output file" |
const char* kDataErrorMessage = "Data error" |