Click here to Skip to main content
15,891,837 members
Articles / Programming Languages / C++

Heap Manager for Allocating Memory from a Shared Memory Segment

Rate me:
Please Sign up or sign in to vote.
4.73/5 (13 votes)
20 Jun 2006CPOL9 min read 87.8K   1.8K   48  
A heap manager for allocating memory from a shared memory segment.
// stdafx.cpp : source file that includes just the standard includes
// heap.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I have been writing code for a living for last three hundred years! I have written code in almost all the languages- C/C++, JAVA, C#, VB, Pascal, Delphi, JScript and so on.

Comments and Discussions