informIT: User-Level Memory Management in Linux Programming | Linux Today

informIT: User-Level Memory Management in Linux Programming

Written By
Web Webster
Web Webster
May 19, 2004

“Without memory for storing data, it’s impossible for a program
to get any work done. (Or rather, it’s impossible to get any useful
work done.) Real-world programs can’t afford to rely on fixed-size
buffers or arrays of data structures. They have to be able to
handle inputs of varying sizes, from small to large. This in turn
leads to the use of dynamically allocated memory—memory
allocated at runtime instead of at compile time. This is how the
GNU ‘no arbitrary limits’ principle is put into action.

“Because dynamically allocated memory is such a basic building
block for real-world programs, we cover it early, before looking at
everything else there is to do. Our discussion focuses exclusively
on the user-level view of the process and its memory; it has
nothing to do with CPU architecture…”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.