mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 07:28:02 +03:00
Fix message formatting errors uncovered by p_test_fail() refactoring.
This commit is contained in:
parent
e3f27cfced
commit
ab8c79fdaf
5 changed files with 12 additions and 11 deletions
|
|
@ -21,7 +21,7 @@ quarantine_clear(void)
|
|||
|
||||
TEST_BEGIN(test_quarantine)
|
||||
{
|
||||
#define SZ 256
|
||||
#define SZ ZU(256)
|
||||
#define NQUARANTINED (QUARANTINE_SIZE/SZ)
|
||||
void *quarantined[NQUARANTINED+1];
|
||||
size_t i, j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue