Skip to content

Commit

Permalink
fix fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
struct committed Nov 19, 2023
1 parent d0ac9c4 commit 2e64c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/alloc_fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#include "iso_alloc_internal.h"
#include <time.h>

static const uint32_t allocation_sizes[] = { //ZONE_16, ZONE_32, ZONE_64, ZONE_128,
//ZONE_256, ZONE_512, ZONE_1024,
//ZONE_2048, ZONE_4096, ZONE_8192};
static const uint32_t allocation_sizes[] = { ZONE_16, ZONE_32, ZONE_64, ZONE_128,
ZONE_256, ZONE_512, ZONE_1024,
ZONE_2048, ZONE_4096, ZONE_8192,
SMALL_SIZE_MAX};

static const uint32_t array_sizes[] = {16, 32, 64, 128, 256};
Expand Down

0 comments on commit 2e64c30

Please sign in to comment.