Top "Heap-fragmentation" questions

What is a contiguous memory block?

Just like in the title, what is a contiguous memory block?

c memory heap heap-fragmentation
Memory Fragmentation Profiler

Are there any good memory fragmentation profilers? (linux gcc version would be nice). Valgrind cannot analyze this because it uses …

c++ c memory-management heap-fragmentation