|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| IKsAllocatorVtbl * | lpVtbl |
| LONG | ref |
| PKSIOBJECT_HEADER | Header |
| ALLOCATOR_TYPE | Type |
| KSSTREAMALLOCATOR_STATUS | Status |
| union { | |
| NPAGED_LOOKASIDE_LIST NPagedList | |
| PAGED_LOOKASIDE_LIST PagedList | |
| PVOID CustomList | |
| } | u |
| union { | |
| PFNKSDEFAULTALLOCATE DefaultAllocate | |
| PFNKSPAGEDPOOLALLOCATE PagedPool | |
| PFNKSNPAGEDPOOLALLOCATE NPagedPool | |
| } | Allocate |
| union { | |
| PFNKSDEFAULTFREE DefaultFree | |
| PFNKSPAGEDPOOLFREE PagedPool | |
| PFNKSNPAGEDPOOLFREE NPagedPool | |
| } | Free |
| union { | |
| PFNKSDELETEALLOCATOR DefaultDelete | |
| PFNKSNPAGEDPOOLDELETE NPagedPool | |
| PFNKSPAGEDPOOLDELETE PagedPool | |
| } | Delete |
Definition at line 39 of file allocators.c.
| union { ... } ALLOCATOR::Allocate |
Referenced by KsCreateDefaultAllocatorEx().
| PVOID ALLOCATOR::CustomList |
Definition at line 52 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSDEFAULTALLOCATE ALLOCATOR::DefaultAllocate |
Definition at line 57 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSDELETEALLOCATOR ALLOCATOR::DefaultDelete |
Definition at line 71 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSDEFAULTFREE ALLOCATOR::DefaultFree |
Definition at line 64 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| union { ... } ALLOCATOR::Delete |
Referenced by KsCreateDefaultAllocatorEx().
| union { ... } ALLOCATOR::Free |
Referenced by KsCreateDefaultAllocatorEx().
| PKSIOBJECT_HEADER ALLOCATOR::Header |
Definition at line 43 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| IKsAllocatorVtbl* ALLOCATOR::lpVtbl |
Definition at line 41 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| NPAGED_LOOKASIDE_LIST ALLOCATOR::NPagedList |
Definition at line 50 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSNPAGEDPOOLALLOCATE ALLOCATOR::NPagedPool |
Definition at line 59 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSNPAGEDPOOLFREE ALLOCATOR::NPagedPool |
Definition at line 66 of file allocators.c.
| PFNKSNPAGEDPOOLDELETE ALLOCATOR::NPagedPool |
Definition at line 72 of file allocators.c.
| PAGED_LOOKASIDE_LIST ALLOCATOR::PagedList |
Definition at line 51 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSPAGEDPOOLALLOCATE ALLOCATOR::PagedPool |
Definition at line 58 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| PFNKSPAGEDPOOLFREE ALLOCATOR::PagedPool |
Definition at line 65 of file allocators.c.
| PFNKSPAGEDPOOLDELETE ALLOCATOR::PagedPool |
Definition at line 73 of file allocators.c.
| LONG ALLOCATOR::ref |
Definition at line 42 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| KSSTREAMALLOCATOR_STATUS ALLOCATOR::Status |
Definition at line 46 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| ALLOCATOR_TYPE ALLOCATOR::Type |
Definition at line 44 of file allocators.c.
Referenced by KsCreateDefaultAllocatorEx().
| union { ... } ALLOCATOR::u |
Referenced by KsCreateDefaultAllocatorEx().