Skip to content

Commit

Permalink
Fix breakage in 23eb399.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Feb 24, 2023
1 parent d6399a8 commit ed471b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mem/test/test_malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "../../pt.h"
#include "../../lib/list.h"
#include "../../mem/mem_funcs.h"
#include "../../mem/shm_mem.h"
#include "../../lib/osips_malloc.h"

#include "test_malloc.h"
Expand All @@ -49,7 +50,7 @@ static osips_free_t FREE;
#define HPT_OPS 100000

static unsigned int pkg_frag_overhead;
static unsigned int shm_frag_overhead;
int shm_frag_overhead __attribute__((weak));

static long hpt_my_used = 0;
static long mallocs, reallocs, frees;
Expand Down

0 comments on commit ed471b5

Please sign in to comment.