C# 클래스 RampUp.Buffers.UnsafeBuffer

Unsafe, aligned to a page boundary buffer allocated with Native.VirtualAlloc.
상속: IUnsafeBuffer
파일 보기 프로젝트 열기: Scooletz/RampUp

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAtomicInt ( long index ) : AtomicInt
GetAtomicLong ( long index ) : AtomicLong
UnsafeBuffer ( int size ) : System
Write ( int offset, ByteChunk chunk ) : void
ZeroMemory ( int start, int length ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAtomicInt() 공개 메소드

public GetAtomicInt ( long index ) : AtomicInt
index long
리턴 RampUp.Atomics.AtomicInt

GetAtomicLong() 공개 메소드

public GetAtomicLong ( long index ) : AtomicLong
index long
리턴 RampUp.Atomics.AtomicLong

UnsafeBuffer() 공개 메소드

public UnsafeBuffer ( int size ) : System
size int
리턴 System

Write() 공개 메소드

public Write ( int offset, ByteChunk chunk ) : void
offset int
chunk ByteChunk
리턴 void

ZeroMemory() 공개 메소드

public ZeroMemory ( int start, int length ) : void
start int
length int
리턴 void