equal
deleted
inserted
replaced
2850 This will be invoked when BTrace starts logging BTrace::ERamAllocator category |
2850 This will be invoked when BTrace starts logging BTrace::ERamAllocator category |
2851 traces. |
2851 traces. |
2852 It outputs the zone configuration and the base addresses of any contiguous block |
2852 It outputs the zone configuration and the base addresses of any contiguous block |
2853 of allocated pages. |
2853 of allocated pages. |
2854 */ |
2854 */ |
2855 void DRamAllocator::SendInitialBtraceLogs(void) |
2855 void DRamAllocator::DoBTracePrime(void) |
2856 { |
2856 { |
2857 M::RamAllocIsLocked(); |
2857 M::RamAllocIsLocked(); |
2858 CHECK_PRECONDITIONS(MASK_THREAD_CRITICAL, "DRamAllocator::SendInitialBtraceLogs"); |
2858 CHECK_PRECONDITIONS(MASK_THREAD_CRITICAL, "DRamAllocator::SendInitialBtraceLogs"); |
2859 |
2859 |
2860 // Output the zone information |
2860 // Output the zone information |