Skip to main content

Memory Management

  • Chapter
  • First Online:
C Quick Syntax Reference
  • 2684 Accesses

Abstract

In the examples so far, the programs have only had as much memory available as has been declared for the variables at compile time. This is referred to as static allocation. If any additional memory is needed at runtime it becomes necessary to use dynamic allocation. The C standard library provides several functions for managing dynamically allocated memory, including: malloc, free, and realloc. These functions are found in the stdlib.h header file.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 19.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Mikael Olsson

About this chapter

Cite this chapter

Olsson, M. (2015). Memory Management. In: C Quick Syntax Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6500-9_19

Download citation

Publish with us

Policies and ethics