undeclare_no_pointers
기본 주소 포인터와 블록 크기로 정의된 메모리 블록에 있는 문자는 이제 추적이 가능한 포인터를 포함할 수 있음을 가비지 수집기에 알립니다.
void undeclare_no_pointers(
char *_Ptr,
size_t _Size
);
설명
The function informs any garbage collector that the range of addresses [_Ptr, _Ptr + _Size) may now contain traceable pointers.
요구 사항
헤더 <memory>
네임스페이스: std