This is just an experiment and specifically for the process I am using, not for all processes on my system. I am the one invoking the malloc calls as well. The goal is just too see how many mallocs of x size can be fit into a range of virtual memory addresses. It is mostly looking to see how much fragmentation is between each malloc call because if you have a fixed range of virtual addresses that this specific process has access to we can see how many mallocs can be called before it goes out of bounds.
Topic:
Programming Languages
SubTopic:
General
Tags: