kb.pub

Memory Management - Musharof Chy

显示 1 - 12 共 21 企业

Memory Management in C++

Covers the design of a global memory manager that is as fast and space-efficient as per-class alloc...

635 浏览次数
2025年1月25日

To New, Perchance to Throw, Part 2

Delves deeper into the question of what operator new() failures mean, and how best to detect and ha...

570 浏览次数
2025年1月25日

To New, Perchance to Throw, Part 1

Explains why a class that provides its own class-specific operator new(), or operator new[](), shou...

194 浏览次数
2025年1月25日

Containers in Memory: How Big Is Big?

Answers the question of how much memory the various standard containers use to store the same numbe...

454 浏览次数
2025年1月25日

Using auto_ptr Effectively

Explains why auto_ptr neatly solves common C++ design and coding problems, and why using it can lea...

858 浏览次数
2025年1月25日

Smart Pointers: What, Why, Which?

Explains what smart pointers are, why they should be used, and which one should be used.

362 浏览次数
2025年1月25日

C++ Memory Management: From Fear to Triumph, Part 2

This article explains design principles that will help keeping memory management error out of C++ c...

633 浏览次数
2025年1月25日

The Rule of The Big Two

Matthew and Bjorn update the well-known Rule of The Big Three, explaining which one of those member...

14 浏览次数
2025年1月25日

"Pure Virtual Function Called": An Explanation

This article provides an in-depth look at the "pure virtual function called" error message.

68 浏览次数
2025年1月25日

C++ Memory Management: From Fear to Triumph, Part 3

Presents a list of simple, powerful techniques that can be used to deal with memory in C++ programs...

6 浏览次数
2025年1月25日

C++ Memory Management: From Fear to Triumph, Part 1

This article discusses C++ in the context of several other popular languages. It also describes the...

73 浏览次数
2025年1月25日

A Generic Non-intrusive Smart Pointer Implementation

This article follows through the implementation of a smart pointer class that overcames deficiencie...

286 浏览次数
2025年1月25日
Memory Management - Musharof Chy - 企业 | ZH | kb.pub