Skip to search formSkip to main contentSkip to account menu

Allocator (C++)

Known as: C++ allocator, STL allocator 
In C++ computer programming, allocators are an important component of the C++ Standard Library. The standard library provides several data structures… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
Modeling thermal radiation is computationally challenging in parallel due to its all-to-all physical and resulting computational… 
2016
2016
This paper compares a set of Virtual Machine (VM) allocators for Cloud Data Centers (DCs) that perform the joint allocation of… 
2014
2014
With rapid development of multi/many-core processors, contention in shared cache becomes more and more serious that restricts… 
2014
2014
Reducing energy usage and eliminating wastage are among the main goals of the European Union, and promoting energy efficient… 
2013
2013
Programmers hoping to achieve performance improvements often use custom memory allocators. This in-depth study examines eight… 
2007
2007
The allocation and disposal of memory is a ubiquitous operation in most programs. Rarely do programmers concern themselves with… 
2007
2007
Designed and realized a STL allocator in shared memory.By means of saving STL container data directly in shared memory,the… 
2006
2006
A number of Open Source Memory Allocators are available today. Each of these allocators uses a different approach to memory… 
2005
2005
Most memory allocators ignore security issues. Instead they focus on maximizing performance and limiting fragmentation and waste… 
2004
2004
  • Marc Ronell
  • 2004
  • Corpus ID: 3146567
A pooled, shared C++ allocator developed for use with the standard template library (STL) is described. The allocator is…