Merge pull request #115 from thestinger/isqalloct

fix isqalloct (should call isdalloct)
This commit is contained in:
Jason Evans 2014-09-08 20:19:08 -07:00
commit ffe93419d5

View File

@ -827,7 +827,7 @@ isqalloc(void *ptr, size_t size, bool try_tcache)
if (config_fill && opt_quarantine) if (config_fill && opt_quarantine)
quarantine(ptr); quarantine(ptr);
else else
idalloct(ptr, try_tcache); isdalloct(ptr, size, try_tcache);
} }
JEMALLOC_ALWAYS_INLINE void * JEMALLOC_ALWAYS_INLINE void *