History log of /external/jemalloc/test/unit/size_classes.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f61fdedb908c29905103b22dda32ceb29cd8ede 28-Oct-2016 Jason Evans <jasone@canonware.com> Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).

This avoids warnings in some cases, and is otherwise generally good
hygiene.
/external/jemalloc/test/unit/size_classes.c
1abb49f09d98e265ad92a831a056ccdfb4cf6041 18-Apr-2016 Jason Evans <jasone@canonware.com> Implement pz2ind(), pind2sz(), and psz2u().

These compute size classes and indices similarly to size2index(),
index2size() and s2u(), respectively, but using the subset of size
classes that are multiples of the page size. Note that pszind_t and
szind_t are not interchangeable.
/external/jemalloc/test/unit/size_classes.c
e3195fa4a54344cf707d30e510e91ed43f5a8b84 26-Feb-2016 Jason Evans <jasone@canonware.com> Cast PTRDIFF_MAX to size_t before adding 1.

This fixes compilation warnings regarding integer overflow that were
introduced by 0c516a00c4cb28cff55ce0995f756b5aae074c9e (Make *allocx()
size class overflow behavior defined.).
/external/jemalloc/test/unit/size_classes.c
0c516a00c4cb28cff55ce0995f756b5aae074c9e 26-Feb-2016 Jason Evans <je@fb.com> Make *allocx() size class overflow behavior defined.

Limit supported size and alignment to HUGE_MAXCLASS, which in turn is
now limited to be less than PTRDIFF_MAX.

This resolves #278 and #295.
/external/jemalloc/test/unit/size_classes.c
d01fd19755bc0c2f5be3143349016dd0d7de7b36 20-Aug-2015 Jason Evans <jasone@canonware.com> Rename index_t to szind_t to avoid an existing type on Solaris.

This resolves #256.
/external/jemalloc/test/unit/size_classes.c
dde067264db6b801f7ffae9616a35dba5d2d9ad4 10-Jul-2015 Jason Evans <je@fb.com> Fix an integer overflow bug in {size2index,s2u}_compute().

This {bug,regression} was introduced by
155bfa7da18cab0d21d87aa2dce4554166836f5d (Normalize size classes.).

This resolves #241.
/external/jemalloc/test/unit/size_classes.c