mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12813 from aabadie/pr/tests/malloc_lowmemory
tests/malloc: reduce default chunk size
This commit is contained in:
commit
37dc677cb6
@ -28,7 +28,7 @@
|
||||
#ifdef BOARD_NATIVE
|
||||
#define CHUNK_SIZE (1024 * 1024U)
|
||||
#else
|
||||
#define CHUNK_SIZE (1024U)
|
||||
#define CHUNK_SIZE (512U)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user