380 IMPORT_C static TInt AllocPhysicalRam(TInt aNumPages, TPhysAddr* aPageList); |
380 IMPORT_C static TInt AllocPhysicalRam(TInt aNumPages, TPhysAddr* aPageList); |
381 IMPORT_C static TInt ZoneAllocPhysicalRam(TUint aZoneId, TInt aNumPages, TPhysAddr* aPageList); |
381 IMPORT_C static TInt ZoneAllocPhysicalRam(TUint aZoneId, TInt aNumPages, TPhysAddr* aPageList); |
382 IMPORT_C static TInt ZoneAllocPhysicalRam(TUint* aZoneIdList, TUint aZoneIdCount, TInt aNumPages, TPhysAddr* aPageList); |
382 IMPORT_C static TInt ZoneAllocPhysicalRam(TUint* aZoneIdList, TUint aZoneIdCount, TInt aNumPages, TPhysAddr* aPageList); |
383 IMPORT_C static TInt FreePhysicalRam(TPhysAddr aPhysAddr, TInt aSize); |
383 IMPORT_C static TInt FreePhysicalRam(TPhysAddr aPhysAddr, TInt aSize); |
384 IMPORT_C static TInt FreePhysicalRam(TInt aNumPages, TPhysAddr* aPageList); |
384 IMPORT_C static TInt FreePhysicalRam(TInt aNumPages, TPhysAddr* aPageList); |
|
385 IMPORT_C static TInt FreeRamZone(TUint aZoneId); |
385 IMPORT_C static TInt ClaimPhysicalRam(TPhysAddr aPhysAddr, TInt aSize); |
386 IMPORT_C static TInt ClaimPhysicalRam(TPhysAddr aPhysAddr, TInt aSize); |
386 IMPORT_C static TPhysAddr LinearToPhysical(TLinAddr aLinAddr); |
387 IMPORT_C static TPhysAddr LinearToPhysical(TLinAddr aLinAddr); |
387 IMPORT_C static void RomProcessInfo(TProcessCreateInfo& aInfo, const TRomImageHeader& aRomImageHeader); /**< @internalComponent */ |
388 IMPORT_C static void RomProcessInfo(TProcessCreateInfo& aInfo, const TRomImageHeader& aRomImageHeader); /**< @internalComponent */ |
388 #ifdef BTRACE_KERNEL_MEMORY |
389 #ifdef BTRACE_KERNEL_MEMORY |
389 static TInt DriverAllocdPhysRam; // the number of bytes allocated by Epoc::AllocPhysicalRam and Epoc::FreePhysicalRam |
390 static TInt DriverAllocdPhysRam; // the number of bytes allocated by Epoc::AllocPhysicalRam and Epoc::FreePhysicalRam |