Searched defs:DbgAllocatePoolWithTag (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/udfs/ |
H A D | udf_dbg.h | 166 #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 D | tools.h | 129 #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 D | env_spec_w32.h | 333 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePool(a,b) macro
|