kernel/eka/memmodel/epoc/direct/minit.cpp
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
child 43 c1f20ce4abcf
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
    82 void M::Init3()
    82 void M::Init3()
    83 	{
    83 	{
    84 	// Third phase MMU initialisation
    84 	// Third phase MMU initialisation
    85 	}
    85 	}
    86 
    86 
       
    87 void M::Init4()
       
    88     {
       
    89     // Fourth phase MMU initialisation - Not required on this memory model.
       
    90     }
       
    91 
    87 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    92 TInt M::InitSvHeapChunk(DChunk* aChunk, TInt aSize)
    88 	{
    93 	{
    89 	DMemModelChunk* pC=(DMemModelChunk*)aChunk;
    94 	DMemModelChunk* pC=(DMemModelChunk*)aChunk;
    90 	TLinAddr base = TheRomHeader().iKernDataAddress;
    95 	TLinAddr base = TheRomHeader().iKernDataAddress;
    91 	K::HeapInfo.iChunk = aChunk;
    96 	K::HeapInfo.iChunk = aChunk;