setAllocator

이 메소드는 할당 방법을 설정합니다.

가시성
Public
시그니처
void setAllocator(T * (*newAllocator)(int))
매개변수
newAllocator

풀의 메모리가 부족한 경우 호출되는 콜백입니다.


피드백