Skip to content

Commit

Permalink
Merge branch 'traceucast' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Oct 26, 2023
2 parents c63a145 + c41e516 commit c79c2e8
Show file tree
Hide file tree
Showing 6 changed files with 1,728 additions and 407 deletions.
2 changes: 1 addition & 1 deletion lib/data-struct/object_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static void resize_memory_caches(struct local_caches *lcs) {
fprintf(stderr, "Expected lcs->t_mem_caches_total to be greater or equal to 0 in resize_memory_caches()\n");
return;
}
lcs->t_mem_caches += 0x10;
lcs->t_mem_caches_total += 0x10;
lcs->t_mem_caches = realloc(lcs->t_mem_caches,
lcs->t_mem_caches_total * sizeof(struct local_cache));
}
Expand Down
Loading

0 comments on commit c79c2e8

Please sign in to comment.