没有合适的资源?快使用搜索试试~ 我知道了~
首页Pro .NET Memory Management
Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. Pro .NET Memory Management is your comprehensive guide to writing better software by understanding and working with memory management in .NET.
资源详情
资源评论
资源推荐

Pro .NET
Memory
Management
For Better Code, Performance,
and Scalability
—
Konrad Kokosa

Pro .NET Memory
Management
For Better Code, Performance,
and Scalability
KonradKokosa

Pro .NET Memory Management
ISBN-13 (pbk): 978-1-4842-4026-7 ISBN-13 (electronic): 978-1-4842-4027-4
https://doi.org/10.1007/978-1-4842-4027-4
Library of Congress Control Number: 2018962862
Copyright © 2018 by Konrad Kokosa
is work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the
material is concerned, specically the rights of translation, reprinting, reuse of illustrations, recitation,
broadcasting, reproduction on microlms or in any other physical way, and transmission or information
storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now
known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with
every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an
editorial fashion and to the benet of the trademark owner, with no intention of infringement of the
trademark.
e use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not
identied as such, is not to be taken as an expression of opinion as to whether or not they are subject to
proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication,
neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or
omissions that may be made. e publisher makes no warranty, express or implied, with respect to the
material contained herein.
Managing Director, Apress Media LLC: Welmoed Spahr
Acquisitions Editor: Joan Murray
Development Editor: Laura Berendson
Coordinating Editor: Nancy Chen
Cover designed by eStudioCalamar
Cover image designed by Freepik (www.freepik.com)
Distributed to the book trade worldwide by Springer Science+Business Media NewYork, 233 Spring Street,
6th Floor, NewYork, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-
sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member
(owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a
Delaware corporation.
For information on translations, please e-mail rights@apress.com, or visit http://www.apress.com/
rights-permissions.
Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and
licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales
web page at http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is available to
readers on GitHub via the book’s product page, located at www.apress.com/9781484240267. For more
detailed information, please visit http://www.apress.com/source-code.
Printed on acid-free paper
KonradKokosa
Warsaw, Poland

To my beloved wife, Justyna, without whom nothing
really valuable would happen in my life.

v
About the Author ���������������������������������������������������������������������������������������������������xvii
About the Technical Reviewers ������������������������������������������������������������������������������xix
Acknowledgments ��������������������������������������������������������������������������������������������������xxi
Foreword ��������������������������������������������������������������������������������������������������������������xxiii
Introduction �����������������������������������������������������������������������������������������������������������xxv
Table of Contents
Chapter 1: Basic Concepts ���������������������������������������������������������������������������������������� 1
Memory-Related Terms ����������������������������������������������������������������������������������������������������������������� 3
The Static Allocation �������������������������������������������������������������������������������������������������������������� 10
The Register Machine ������������������������������������������������������������������������������������������������������������ 11
The Stack ������������������������������������������������������������������������������������������������������������������������������� 12
The Stack Machine ���������������������������������������������������������������������������������������������������������������� 19
The Pointer ���������������������������������������������������������������������������������������������������������������������������� 22
The Heap ������������������������������������������������������������������������������������������������������������������������������� 25
Manual Memory Management ���������������������������������������������������������������������������������������������������� 28
Automatic Memory Management ������������������������������������������������������������������������������������������������ 35
Allocator, Mutator, and Collector �������������������������������������������������������������������������������������������� 37
Reference Counting �������������������������������������������������������������������������������������������������������������������� 42
Tracking Collector ����������������������������������������������������������������������������������������������������������������������� 49
Mark Phase ���������������������������������������������������������������������������������������������������������������������������� 50
Collect Phase ������������������������������������������������������������������������������������������������������������������������� 54
Small History ������������������������������������������������������������������������������������������������������������������������������� 59
Summary������������������������������������������������������������������������������������������������������������������������������������� 62
Rule 1 - Educate Yourself ������������������������������������������������������������������������������������������������������ 63
剩余1090页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论1