Home
last modified time | relevance | path

Searched refs:MyAllocInit (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/udfs/Include/
H A Dmem_tools.h57 BOOLEAN MyAllocInit(VOID);
140 BOOLEAN inline MyAllocInit(VOID) {return TRUE;} in MyAllocInit() function
H A Dmem_tools.cpp922 MyAllocInit(VOID) in MyAllocInit() function
/reactos/drivers/filesystems/udfs/
H A Dudfinit.cpp150 if(!MyAllocInit()) { in DriverEntry()