Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.36 KB

allocator-chunklist-class.md

File metadata and controls

47 lines (36 loc) · 1.36 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
allocator_chunklist Class | Microsoft Docs
11/04/2016
cpp-standard-libraries
article
allocators/stdext::allocator_chunklist
allocators/stdext::allocators::allocator_chunklist
C++
stdext::allocator_chunklist
stdext::allocators [C++], allocator_chunklist
ea72ed0a-dfdb-4c8b-8096-e4baf567b80f
20
corob-msft
corob
ghogen

allocator_chunklist Class

Describes an object that manages storage allocation and freeing for objects using a cache of type cache_chunklist.

Syntax

template <class Type>  
class allocator_chunklist;

Parameters

Parameter Description
Type The type of elements allocated by the allocator.

Remarks

The ALLOCATOR_DECL macro passes this class as the name parameter in the following statement: ALLOCATOR_DECL(CACHE_CHUNKLIST, SYNC_DEFAULT, allocator_chunklist);

Requirements

Header: <allocators>

Namespace: stdext

See Also

<allocators>