Click here to Skip to main content
15,884,821 members
Articles / Programming Languages / C++

A sample of memory pool

Rate me:
Please Sign up or sign in to vote.
1.48/5 (7 votes)
26 Mar 20071 min read 28.7K   972   20  
Memory Pool
========================================================================
����̨Ӧ�ó���TestMemoryPool ��Ŀ����
========================================================================

Ӧ�ó�������Ϊ�������˴� TestMemoryPool Ӧ�ó���  

���ļ���Ҫ������� TestMemoryPool Ӧ�ó����ÿ���ļ������ݡ�


TestMemoryPool.vcproj
����ʹ��Ӧ�ó��������ɵ� VC++ ��Ŀ������Ŀ�ļ��� 
���������ɸ��ļ��� Visual C++ �İ汾��Ϣ���Լ��й�ʹ��Ӧ�ó�����ѡ���ƽ̨�����ú���Ŀ���ܵ���Ϣ��

TestMemoryPool.cpp
������Ӧ�ó���Դ�ļ���

/////////////////////////////////////////////////////////////////////////////
������׼�ļ���

StdAfx.h, StdAfx.cpp
��Щ�ļ�����������Ϊ TestMemoryPool.pch ��Ԥ����ͷ (PCH) �ļ�����Ϊ StdAfx.obj ��Ԥ���������ļ���

/////////////////////////////////////////////////////////////////////////////
����ע�ͣ�

Ӧ�ó�����ʹ�á�TODO:��ָʾӦ��ӻ��Զ����Դ���벿�֡�

/////////////////////////////////////////////////////////////////////////////

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
Bony Chen, a senior software engineer, specializes in C++, COM, C#, ASP.net, ISAPI. He has nearly seven years of software development experience, and has successfully developed many influential software products, such as SPES, CSO, QQ (a famous IM tool in China).
And now he is focusing on P2P technology. He aims at being an expert in software development, software consulting, software components and computer science.
If you have any opinions or questions in software area, please contact bonyren@163.com.

Comments and Discussions