mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 03:13:09 +03:00
parent
f408643a4c
commit
c0cc5db871
110 changed files with 706 additions and 707 deletions
|
|
@ -35,10 +35,10 @@
|
|||
*/
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
#define BLOCK_SIZE 10000
|
||||
#define BLOCK_SIZE64 (BLOCK_SIZE / 2)
|
||||
#define COUNT_1 1000
|
||||
#define COUNT_2 700
|
||||
#define BLOCK_SIZE 10000
|
||||
#define BLOCK_SIZE64 (BLOCK_SIZE / 2)
|
||||
#define COUNT_1 1000
|
||||
#define COUNT_2 700
|
||||
|
||||
static const uint32_t init_gen_rand_32_expected[] = {
|
||||
3440181298U, 1564997079U, 1510669302U, 2930277156U, 1452439940U,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue