File Index Symbol Index

//
// memory.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The buffer (memory) manipulation library.
//
#pragma once
#ifndef _INC_MEMORY // include guard for 3rd party interop
#define _INC_MEMORY
#include <corecrt_memory.h> #endif // _INC_MEMORY