다음을 통해 공유


cache_chunklist::allocate

Allocates a block of memory.

void *allocate(std::size_t _Count);

매개 변수

Parameter

설명

_Count

The number of elements in the array to be allocated.

반환 값

A pointer to the allocated object.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

cache_chunklist 클래스