forked from minhngoc25a/freetype2
e459d742e6
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.. |
||
---|---|---|
.. | ||
Jamfile | ||
descrip.mms | ||
module.mk | ||
pshalgo.h | ||
pshalgo1.c | ||
pshalgo1.h | ||
pshalgo2.c | ||
pshalgo2.h | ||
pshglob.c | ||
pshglob.h | ||
pshinter.c | ||
pshmod.c | ||
pshmod.h | ||
pshrec.c | ||
pshrec.h | ||
rules.mk |