/[freetype]/freetype2/include/freetype/internal/ftmemory.h
ViewVC logotype

Diff of /freetype2/include/freetype/internal/ftmemory.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by wl, Sat Jun 4 05:27:18 2005 UTC revision 1.41 by wl, Tue Jul 5 09:00:11 2005 UTC
# Line 429  FT_BEGIN_HEADER Line 429  FT_BEGIN_HEADER
429  #define FT_ALLOC_ARRAY( _pointer_, _count_, _type_ )           \  #define FT_ALLOC_ARRAY( _pointer_, _count_, _type_ )           \
430            FT_ALLOC( _pointer_, (_count_) * sizeof ( _type_ ) )            FT_ALLOC( _pointer_, (_count_) * sizeof ( _type_ ) )
431    
432  #define FT_REALLOC_ARRAY( _pointer_, _old_, _new_, _type_ )   \  #define FT_REALLOC_ARRAY( _pointer_, _old_, _new_, _type_ )    \
433            FT_REALLOC( _pointer, (_old_) * sizeof ( _type_ ),  \            FT_REALLOC( _pointer_, (_old_) * sizeof ( _type_ ),  \
434                                  (_new_) * sizeof ( _type_ ) )                                   (_new_) * sizeof ( _type_ ) )
435    
436    
437   /* */   /* */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26