Files
dl/third/mimalloc/test/test-stress-subprocs.c
2026-09-16 14:07:40 +08:00

11 lines
436 B
C
Vendored

/* ----------------------------------------------------------------------------
Copyright (c) 2018-2026 Microsoft Research, Daan Leijen
This is free software; you can redistribute it and/or modify it under the
terms of the MIT license.
-----------------------------------------------------------------------------*/
#define TEST_STRESS_SUBPROCS 1
#define NSUBPROCS 2
#define NTHREADS 16
#include "test-stress.c"