Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 763 Bytes

File metadata and controls

30 lines (25 loc) · 763 Bytes
title _HEAP_MAXREQ | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-standard-libraries
ms.topic conceptual
f1_keywords
HEAP_MAXREQ
_HEAP_MAXREQ
dev_langs
C++
helpviewer_keywords
HEAP_MAXREQ constants
_HEAP_MAXREQ constants
heap constants
ms.assetid c2dbc2ea-35ad-45d8-b459-d76ba0089ff7
author corob-msft
ms.author corob
ms.workload
cplusplus

_HEAP_MAXREQ

Syntax

  
#include <malloc.h>  
  

Remarks

The maximum size of a user request for memory that can be granted.

See Also

malloc
calloc
Global Constants