kernel/eka/memmodel/epoc/mmubase/ramalloc.cpp
changeset 102 ef2a444a7410
parent 36 538db54a451d
child 110 c734af59ce98
child 167 b41fc9c39ca7
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
  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