History log of /external/jemalloc/test/unit/util.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84ae60357702bcb9be9584ca1d727fb53ec0491c 28-Oct-2016 Jason Evans <jasone@canonware.com> Explicitly cast negative constants meant for use as unsigned.
/external/jemalloc/test/unit/util.c
1423ee9016f1e7cb0cf3302207bcc488ce4374fc 17-Apr-2016 Jason Evans <jasone@canonware.com> Fix style nits.
/external/jemalloc/test/unit/util.c
bab58ef401b0dec8230bd2d371e135009cd06924 12-Apr-2016 Jason Evans <jasone@canonware.com> Fix more 64-to-32 conversion warnings.
/external/jemalloc/test/unit/util.c
22af74e10615ce6b6898ae38a378af27757f9e16 15-Mar-2016 Jason Evans <je@fb.com> Refactor out signed/unsigned comparisons.
/external/jemalloc/test/unit/util.c
34676d33690f6cc6885ff769e537ca940aacf886 10-Feb-2016 Jason Evans <je@fb.com> Refactor prng* from cpp macros into inline functions.

Remove 32-bit variant, convert prng64() to prng_lg_range(), and add
prng_range().
/external/jemalloc/test/unit/util.c
1f6d77e1f687c3c4fa4ae6768b689a7936923f07 29-May-2014 Jason Evans <je@fb.com> Use KQU() rather than QU() where applicable.

Fix KZI() and KQI() to append LL rather than ULL.
/external/jemalloc/test/unit/util.c
7330c3770af0e5328d749635217387efbbe0ae3c 21-May-2014 Mike Hommey <mh@glandium.org> Use C99 varadic macros instead of GCC ones
/external/jemalloc/test/unit/util.c
0c4e743eaf2ab6bcfd56e002fb82f95801b9292e 22-Jan-2014 Jason Evans <je@fb.com> Test and fix malloc_printf("%%").
/external/jemalloc/test/unit/util.c
35f1bc4e4bd14e07257f6eddbbbcf0c01b52ba5c 15-Jan-2014 Jason Evans <je@fb.com> Fix warnings and a test failure exposed on CentOS 6.3.
/external/jemalloc/test/unit/util.c
e18c25d23de0e845f0ee7e11d02c1be044738a3c 07-Jan-2014 Jason Evans <je@fb.com> Add util unit tests, and fix discovered bugs.

Add unit tests for pow2_ceil(), malloc_strtoumax(), and
malloc_snprintf().

Fix numerous bugs in malloc_strotumax() error handling/reporting. These
bugs could have caused application-visible issues for some seldom used
(0X... and 0... prefixes) or malformed MALLOC_CONF or mallctl() argument
strings, but otherwise they had no impact.

Fix numerous bugs in malloc_snprintf(). These bugs were not exercised
by existing malloc_*printf() calls, so they had no impact.
/external/jemalloc/test/unit/util.c