Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.11 KB

allocating-zero-memory.md

File metadata and controls

32 lines (30 loc) · 1.11 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager ms.workload ms.openlocfilehash ms.sourcegitcommit ms.translationtype ms.contentlocale ms.lasthandoff
0 메모리 할당 | Microsoft Docs
11/04/2016
cpp-language
article
C++
memory allocation, zero memory
zero memory
768f2ab9-83a1-4887-8eb5-c094c18489a8
6
mikeblome
mblome
ghogen
cplusplus
010e6b42c2c5ef1cb78fbbf446b77221caf25e14
8fa8fdf0fbb4f57950f1e8f4f9b81b4d39ec7d7a
HT
ko-KR
12/21/2017

0 메모리 할당

ANSI 4.10.3 요청된 크기가 0인 경우 calloc, malloc 또는 realloc 함수의 동작

calloc, mallocrealloc 함수는 0을 인수로 수락합니다. 실제 메모리가 할당되지는 않지만 유효한 포인터가 반환되고 이후에 realloc을 사용하여 메모리 블록을 수정할 수 있습니다.

참고 항목

라이브러리 함수