TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 11.0.0
Allocates size bytes of memory, using the allocator set at compile-time. Typically just malloc().
size
malloc()
The size of the memory to allocate.
A pointer to the allocated memory.
11.0.0
Allocates
sizebytes of memory, using the allocator set at compile-time. Typically justmalloc().