Searched refs:FT_MEM_NEW_ARRAY (Results 1 – 4 of 4) sorted by relevance
279 #define FT_MEM_NEW_ARRAY( ptr, count ) \ macro342 FT_MEM_SET_ERROR( FT_MEM_NEW_ARRAY( ptr, count ) )
188 FT_MEM_NEW_ARRAY( hash->table, sz ); in hash_init()
343 FT_MEM_NEW_ARRAY( cache->buckets, FTC_HASH_INITIAL_SIZE * 2 ); in ftc_cache_init()
182 (FT_MEM_NEW_ARRAY, FT_MEM_RENEW_ARRAY, FT_MEM_QNEW_ARRAY,