31
Using Code::Blocks / Re: Dark blue text on 'Start here' page hard to read on black background
« Last post by lin_lcs on March 19, 2026, 10:56:02 am »It works. Thank you!
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

==33537== (see section Limitations in user manual)
On Linux, Valgrind determines at startup the size of the 'brk segment' using the RLIMIT_DATA rlim_cur, with a minimum of 1 MB and a maximum of 8 MB. Valgrind outputs a message each time a program tries to extend the brk segment beyond the size determined at startup. Most programs will work properly with this limit, typically by switching to the use of mmap to get more memory. If your program really needs a big brk segment, you must change the 8 MB hardcoded limit and recompile Valgrind.
I'm also a C coder.
Did you find any solution?