FunctionMalloc
Overview
FunctionMalloc is a class in Aspose.Font FOSS for Python.
FunctionMalloc.mallocArray_encode_hash_BackwardMatch allocates an array for BackwardMatch encoding structures.
This class provides 10 methods for working with FunctionMalloc objects in Python programs.
Available methods include: __init__, malloc2__encode_backward_references_Pair, malloc2_decode_huffman_HuffmanCode, mallocArray_encode_hash_BackwardMatch, mallocBool, mallocFloat, mallocInt, mallocUInt, malloc_decode_huffman_HuffmanTreeGroup, malloc_encode_backward_references_ZopfliNode.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this FunctionMalloc instance. |
mallocArray_encode_hash_BackwardMatch(t, a) | Allocates an array for BackwardMatch encoding structures |
malloc_encode_backward_references_ZopfliNode(t, a) | Allocates a ZopfliNode for backward reference encoding |
malloc2__encode_backward_references_Pair(t, a) | Allocates a Pair object used in backward reference encoding |
malloc2_decode_huffman_HuffmanCode(t, a) | Allocates a HuffmanCode structure for Huffman decoding |
malloc_decode_huffman_HuffmanTreeGroup(t, a) | Allocates a HuffmanTreeGroup for Huffman tree decoding |
mallocUInt(a) | Allocates memory for an unsigned integer of given size |
mallocInt(a) | Allocates memory for a signed integer of given size |
mallocFloat(a) | Allocates memory for a floating‑point number of given size |
mallocBool(a) | Allocates memory for a boolean value |