kernel/eka/memmodel/epoc/mmubase/ramalloc.cpp
branchRCL_3
changeset 87 2f92ad2dc5db
parent 36 538db54a451d
child 110 c734af59ce98
child 167 b41fc9c39ca7
equal deleted inserted replaced
81:e7d2d738d3c2 87:2f92ad2dc5db
  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