mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-26 17:08:15 +02:00
changed the names of memory macros. Examples:
MEM_Set => FT_MEM_SET
MEM_Copy => FT_MEM_COPY
MEM_Move => FT_MEM_MOVE
ALLOC => FT_ALLOC
FREE => FT_FREE
REALLOC = >FT_REALLOC
FT_NEW was introduced to allocate a new object from a _typed_
pointer..
note that ALLOC_ARRAY and REALLOC_ARRAY have been replaced
by FT_NEW_ARRAY and FT_RENEW_ARRAY which take _typed_ pointer
arguments.
This results in _lots_ of sources being changed, but makes the
code more generic and less error-prone..
|
||
|---|---|---|
| .. | ||
| ahangles.c | ||
| ahangles.h | ||
| aherrors.h | ||
| ahglobal.c | ||
| ahglobal.h | ||
| ahglyph.c | ||
| ahglyph.h | ||
| ahhint.c | ||
| ahhint.h | ||
| ahloader.h | ||
| ahmodule.c | ||
| ahmodule.h | ||
| ahoptim.c | ||
| ahoptim.h | ||
| ahtypes.h | ||
| autohint.c | ||
| CatharonLicense.txt | ||
| descrip.mms | ||
| Jamfile | ||
| mather.py | ||
| module.mk | ||
| rules.mk | ||