Profiler.SetTempAllocatorRequestedSize

매뉴얼로 전환
public static bool SetTempAllocatorRequestedSize (uint size);

파라미터

sizeSize in bytes.

반환

bool Returns true if requested size was successfully set. Will return false if value is disallowed (too small).

설명

Sets the size of the temp allocator.

Can be used to change the size of the stack-based runtime allocator used for temporary allocations. Raise if TempAlloc.Overflow profiler markers affect runtime performance. Lower to save peak memory used.