Skip to content

Commit

Permalink
Merge pull request #242 from insertinterestingnamehere/qarray
Browse files Browse the repository at this point in the history
Qarray Race Condition Fixes
  • Loading branch information
insertinterestingnamehere authored Mar 26, 2024
2 parents 4841b60 + 6359520 commit 6fa7967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/features/qarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#include <qthread/qarray.h>
#include "argparsing.h"

static unsigned int ELEMENT_COUNT = 1000;
static unsigned int ELEMENT_COUNT = 500;

aligned_t count = 0;
typedef struct {
char pad[10000];
char pad[1000];
} bigobj;
typedef struct {
char pad[41];
Expand Down

0 comments on commit 6fa7967

Please sign in to comment.