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
Reallocates the memory pointed to by ptr to size bytes, using the allocator set at compile-time. Typically just realloc().
ptr
size
realloc()
The pointer to the memory to reallocate.
The new size of the memory.
A pointer to the reallocated memory.
11.0.0
Reallocates the memory pointed to by
ptrtosizebytes, using the allocator set at compile-time. Typically justrealloc().