mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Reduce memory usage for sdallocx() test_alignment_and_size.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include "test/jemalloc_test.h"
|
#include "test/jemalloc_test.h"
|
||||||
|
|
||||||
#define MAXALIGN (((size_t)1) << 25)
|
#define MAXALIGN (((size_t)1) << 22)
|
||||||
#define NITER 4
|
#define NITER 3
|
||||||
|
|
||||||
TEST_BEGIN(test_basic)
|
TEST_BEGIN(test_basic)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user