Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.yml

562 lines
22 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
commentId: T:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
id: AllocationManagerDesc
parent: Misaki.HighPerformance.LowLevel.Buffer
children:
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
- Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
langs:
- csharp
- vb
name: AllocationManagerDesc
nameWithType: AllocationManagerDesc
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: AllocationManagerDesc
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 52
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public struct AllocationManagerDesc
content.vb: Public Structure AllocationManagerDesc
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
id: ArenaCapacity
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: ArenaCapacity
nameWithType: AllocationManagerDesc.ArenaCapacity
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: ArenaCapacity
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 54
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint ArenaCapacity { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property ArenaCapacity As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
id: StackCapacity
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: StackCapacity
nameWithType: AllocationManagerDesc.StackCapacity
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: StackCapacity
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 59
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint StackCapacity { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property StackCapacity As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
id: FreeListChunkSize
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: FreeListChunkSize
nameWithType: AllocationManagerDesc.FreeListChunkSize
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: FreeListChunkSize
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 64
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint FreeListChunkSize { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property FreeListChunkSize As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
id: FreeListDefaultAlignment
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: FreeListDefaultAlignment
nameWithType: AllocationManagerDesc.FreeListDefaultAlignment
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: FreeListDefaultAlignment
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 69
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint FreeListDefaultAlignment { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property FreeListDefaultAlignment As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
id: TLSFAlignment
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: TLSFAlignment
nameWithType: AllocationManagerDesc.TLSFAlignment
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: TLSFAlignment
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 74
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint TLSFAlignment { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property TLSFAlignment As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
id: TLSFInitialChunkSize
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: TLSFInitialChunkSize
nameWithType: AllocationManagerDesc.TLSFInitialChunkSize
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: TLSFInitialChunkSize
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 79
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public nuint TLSFInitialChunkSize { readonly get; set; }
parameters: []
return:
type: System.UIntPtr
content.vb: Public Property TLSFInitialChunkSize As UIntPtr
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize*
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
commentId: P:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
id: Default
parent: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
langs:
- csharp
- vb
name: Default
nameWithType: AllocationManagerDesc.Default
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Default
path: src/Misaki.HighPerformance.LowLevel/Buffer/AllocationManager.cs
startLine: 84
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Buffer
syntax:
content: public static AllocationManagerDesc Default { get; }
parameters: []
return:
type: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
content.vb: Public Shared ReadOnly Property [Default] As AllocationManagerDesc
overload: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default*
references:
- uid: Misaki.HighPerformance.LowLevel.Buffer
commentId: N:Misaki.HighPerformance.LowLevel.Buffer
href: Misaki.html
name: Misaki.HighPerformance.LowLevel.Buffer
nameWithType: Misaki.HighPerformance.LowLevel.Buffer
fullName: Misaki.HighPerformance.LowLevel.Buffer
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
- name: .
- uid: Misaki.HighPerformance.LowLevel.Buffer
name: Buffer
href: Misaki.HighPerformance.LowLevel.Buffer.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
- name: .
- uid: Misaki.HighPerformance.LowLevel.Buffer
name: Buffer
href: Misaki.HighPerformance.LowLevel.Buffer.html
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_ArenaCapacity
name: ArenaCapacity
nameWithType: AllocationManagerDesc.ArenaCapacity
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.ArenaCapacity
- uid: System.UIntPtr
commentId: T:System.UIntPtr
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uintptr
name: nuint
nameWithType: nuint
fullName: nuint
nameWithType.vb: UIntPtr
fullName.vb: System.UIntPtr
name.vb: UIntPtr
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_StackCapacity
name: StackCapacity
nameWithType: AllocationManagerDesc.StackCapacity
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.StackCapacity
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_FreeListChunkSize
name: FreeListChunkSize
nameWithType: AllocationManagerDesc.FreeListChunkSize
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListChunkSize
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_FreeListDefaultAlignment
name: FreeListDefaultAlignment
nameWithType: AllocationManagerDesc.FreeListDefaultAlignment
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.FreeListDefaultAlignment
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_TLSFAlignment
name: TLSFAlignment
nameWithType: AllocationManagerDesc.TLSFAlignment
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFAlignment
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_TLSFInitialChunkSize
name: TLSFInitialChunkSize
nameWithType: AllocationManagerDesc.TLSFInitialChunkSize
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.TLSFInitialChunkSize
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default*
commentId: Overload:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html#Misaki_HighPerformance_LowLevel_Buffer_AllocationManagerDesc_Default
name: Default
nameWithType: AllocationManagerDesc.Default
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.Default
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
commentId: T:Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
parent: Misaki.HighPerformance.LowLevel.Buffer
href: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc.html
name: AllocationManagerDesc
nameWithType: AllocationManagerDesc
fullName: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc