#include "CSource.h"#include "PPMdType.h"Include dependency graph for PPMd.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | _PPMD_H_ |
Enumerations | |
| enum | MR_METHOD { MRM_RESTART, MRM_CUT_OFF, MRM_FREEZE } |
Functions | |
| BOOL _STDCALL | StartSubAllocator (UINT SubAllocatorSize) |
| void _STDCALL | StopSubAllocator () |
| DWORD _STDCALL | GetUsedMemory () |
| void _STDCALL | EncodeFile (CSink *EncodedFile, CSource *DecodedFile, int MaxOrder, MR_METHOD MRMethod=MRM_RESTART) |
| void _STDCALL | DecodeFile (CSink *DecodedFile, CSource *EncodedFile, int MaxOrder, MR_METHOD MRMethod=MRM_RESTART) |
| void _STDCALL | PrintInfo (CInfo *DecodedFile, CInfo *EncodedFile) |
|
|
|
|
|
|
|
||||||||||||||||||||
|
Definition at line 638 of file Model.cpp. References _PPMD_D_PUTC, ARI_DEC_NORMALIZE, ARI_INIT_DECODER, ariRemoveSubrange(), ClearMask(), PPM_CONTEXT::decodeBinSymbol(), PPM_CONTEXT::decodeSymbol1(), PPM_CONTEXT::decodeSymbol2(), EscCount, MaxContext, ns, NumMasked, PPM_CONTEXT::NumStats, OrderFall, PrefetchData(), StartModelRare(), PPM_CONTEXT::STATE::Successor, PPM_CONTEXT::Suffix, PPM_CONTEXT::STATE::Symbol, UnitsStart, and UpdateModel(). Referenced by UnPPM(). |
|
||||||||||||||||||||
|
|
Definition at line 53 of file SubAlloc.h. References BList, HiUnit, i, Indx2Units, LoUnit, N_INDEXES, pText, BLK_NODE::Stamp, SubAllocatorSize, UNIT_SIZE, and UnitsStart. Referenced by RestoreModelRare(). |
|
||||||||||||
|
|
|
|
Definition at line 65 of file SubAlloc.h. References FALSE, HeapStart, NULL, StopSubAllocator(), SubAllocatorSize, t, and TRUE. Referenced by UnPPM(). |
|
|
Definition at line 60 of file SubAlloc.h. References HeapStart, and SubAllocatorSize. Referenced by StartSubAllocator(), and UnPPM(). |
1.4.2