Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.3 KB

File metadata and controls

49 lines (37 loc) · 1.3 KB
title allocator_suballoc Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-standard-libraries
ms.tgt_pltfrm
ms.topic reference
f1_keywords
allocators/stdext::allocators::allocator_suballoc
allocators/stdext::allocator_suballoc
dev_langs
C++
helpviewer_keywords
allocator_suballoc class
ms.assetid 50c6a5c0-d00d-4276-9285-d908fd4f6483
caps.latest.revision 16
author corob-msft
ms.author corob
manager ghogen
ms.workload
cplusplus

allocator_suballoc Class

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

Syntax

template <class Type>
class allocator_suballoc;

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_SUBALLOC, SYNC_DEFAULT, allocator_suballoc);

Requirements

Header: <allocators>

Namespace: stdext

See also

<allocators>