Home
last modified time | relevance | path

Searched defs:newcnt (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h190 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
206 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument
297 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
310 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument
321 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument
330 #define FT_QRENEW_ARRAY( ptr, curcnt, newcnt ) \ argument

Completed in 4 milliseconds