[memory debug] incompatible change of internal API for 16bit & ILP64 systems.

ft_mem_primes[] is originally typed to FT_Int, it could not track the memory allocation on 16bit (I16-LP32) system.
This commit is contained in:
suzuki toshiya 2017-09-13 11:01:51 +09:00
parent c6569d4423
commit 70e4141c0d
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
* Prime numbers are ugly to handle. It would be better to implement
* L-Hashing, which is 10% faster and doesn't require divisions.
*/
static const FT_Int ft_mem_primes[] =
static const FT_Int32 ft_mem_primes[] =
{
7,
11,