• Home
  • Raw
  • Download

Lines Matching refs:endl

73     std::cout << "Constant exhaustion tests" << std::endl;  in exhaustion_test1()
77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
82 std::cout << "----" << std::endl; in exhaustion_test1()
86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
90 std::cout << "----" << std::endl; in exhaustion_test1()
94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
104 std::cout << "Growing exhaustion tests" << std::endl; in exhaustion_test2()
108 …:cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; in exhaustion_test2()
113 std::cout << "----" << std::endl; in exhaustion_test2()
118 …:cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; in exhaustion_test2()
122 std::cout << "----" << std::endl; in exhaustion_test2()
126 …:cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; in exhaustion_test2()
138 std::cout << "Complete exhaustion tests" << std::endl; in exhaustion_test3()
142 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; in exhaustion_test3()
147 std::cout << "----" << std::endl; in exhaustion_test3()
152 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; in exhaustion_test3()
156 std::cout << "----" << std::endl; in exhaustion_test3()
160 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; in exhaustion_test3()
172 std::cout << "fallback_malloc ( 1024 ) --> " << (unsigned long ) p << std::endl; in main()
176 std::cout << "fallback_malloc ( 32 ) --> " << (unsigned long) (p - heap) << std::endl; in main()
178 std::cout << "### p is not a fallback pointer!!" << std::endl; in main()
184 std::cout << std::endl; in main()
185 exhaustion_test1 (); std::cout << std::endl; in main()
186 exhaustion_test2 (); std::cout << std::endl; in main()
187 exhaustion_test3 (); std::cout << std::endl; in main()