Home
last modified time | relevance | path

Searched refs:cursz (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h158 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \ argument
161 (FT_Long)(cursz), \
174 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \ argument
177 (FT_Long)(cursz), \
264 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \ argument
267 (FT_Long)(cursz), \
280 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \ argument
291 #define FT_REALLOC( ptr, cursz, newsz ) \ argument
292 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) )
304 #define FT_QREALLOC( ptr, cursz, newsz ) \ argument
[all …]

Completed in 4 milliseconds