Home
last modified time | relevance | path

Searched defs:DbgAllocatePoolWithTag (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h166 #define DbgAllocatePoolWithTag(a,b,c) DebugAllocatePool(a,b,UDF_BUG_CHECK_ID,__LINE__) macro
169 #define DbgAllocatePoolWithTag(a,b,c) DebugAllocatePool(a,b) macro
176 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c) macro
261 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c) macro
/reactos/drivers/storage/ide/uniata/
H A Dtools.h129 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c) macro
139 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c) macro
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.h333 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePool(a,b) macro