mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-24 04:45:39 +03:00
parent
87e81e609b
commit
ffbb7dac3d
103 changed files with 0 additions and 611 deletions
|
|
@ -47,7 +47,6 @@ test_zero(size_t sz_min, size_t sz_max)
|
|||
|
||||
TEST_BEGIN(test_zero_small)
|
||||
{
|
||||
|
||||
test_skip_if(!config_fill);
|
||||
test_zero(1, SMALL_MAXCLASS-1);
|
||||
}
|
||||
|
|
@ -55,7 +54,6 @@ TEST_END
|
|||
|
||||
TEST_BEGIN(test_zero_large)
|
||||
{
|
||||
|
||||
test_skip_if(!config_fill);
|
||||
test_zero(SMALL_MAXCLASS+1, (1U << (LG_LARGE_MINCLASS+1)));
|
||||
}
|
||||
|
|
@ -64,7 +62,6 @@ TEST_END
|
|||
int
|
||||
main(void)
|
||||
{
|
||||
|
||||
return (test(
|
||||
test_zero_small,
|
||||
test_zero_large));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue