Home
last modified time | relevance | path

Searched refs:TAG_OBJECT_TABLE (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/ex/
H A Dhandle.c114 Buffer = ExAllocatePoolWithTag(PagedPool, Size, TAG_OBJECT_TABLE); in ExpAllocateTablePagedPool()
127 ExFreePoolWithTag(Buffer, TAG_OBJECT_TABLE); in ExpAllocateTablePagedPool()
146 Buffer = ExAllocatePoolWithTag(PagedPool, Size, TAG_OBJECT_TABLE); in ExpAllocateTablePagedPoolNoZero()
156 ExFreePoolWithTag(Buffer, TAG_OBJECT_TABLE); in ExpAllocateTablePagedPoolNoZero()
173 ExFreePoolWithTag(Buffer, TAG_OBJECT_TABLE); in ExpFreeTablePagedPool()
269 ExFreePoolWithTag(HandleTable, TAG_OBJECT_TABLE); in ExpFreeHandleTable()
343 TAG_OBJECT_TABLE); in ExpAllocateHandleTable()
353 ExFreePoolWithTag(HandleTable, TAG_OBJECT_TABLE); in ExpAllocateHandleTable()
366 ExFreePoolWithTag(HandleTable, TAG_OBJECT_TABLE); in ExpAllocateHandleTable()
/reactos/ntoskrnl/include/internal/
H A Dtag.h26 #define TAG_OBJECT_TABLE 'btbO' macro