kernel/eka/include/u32std.h
changeset 109 b3a1d9898418
parent 33 0173bcd7697c
child 201 43365a9b78a3
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
   399 	EMemModelAttrIPCFullProt=0x00400000,	// accesses via IPC have same protection as user mode
   399 	EMemModelAttrIPCFullProt=0x00400000,	// accesses via IPC have same protection as user mode
   400 	EMemModelAttrRamCodeProt=0x00200000,	// RAM-loaded code is only visible to processes which have loaded it
   400 	EMemModelAttrRamCodeProt=0x00200000,	// RAM-loaded code is only visible to processes which have loaded it
   401 	};
   401 	};
   402 
   402 
   403 /** @test */
   403 /** @test */
   404 enum TKernelHeapDebugFunction {EDbgMarkStart,EDbgMarkCheck,EDbgMarkEnd,EDbgSetAllocFail,EDbgSetBurstAllocFail,EDbgCheckFailure};
   404 enum TKernelHeapDebugFunction {EDbgMarkStart,EDbgMarkCheck,EDbgMarkEnd,EDbgSetAllocFail,EDbgSetBurstAllocFail,EDbgCheckFailure,EDbgGetAllocFail};
   405 
   405 
   406 /** @test */
   406 /** @test */
   407 class TKernelHeapMarkCheckInfo
   407 class TKernelHeapMarkCheckInfo
   408 	{
   408 	{
   409 public:
   409 public: