다음을 통해 공유


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

참고 항목

참조

<memory>