Searched refs:allocate_called (Results 1 – 3 of 3) sorted by relevance
29 A1<int>::allocate_called = false; in main()31 assert(A1<int>::allocate_called == true); in main()36 A1<int>::allocate_called = false; in main()38 assert(A1<int>::allocate_called == true); in main()43 A1<int>::allocate_called = false; in main()45 assert(A1<int>::allocate_called == true); in main()51 A2<int>::allocate_called = false; in main()53 assert(A2<int>::allocate_called == true); in main()58 A2<int>::allocate_called = false; in main()60 assert(A2<int>::allocate_called == true); in main()[all …]
29 A1<int>::allocate_called = false; in main()31 assert(A1<int>::allocate_called == true); in main()36 A1<int>::allocate_called = false; in main()38 assert(A1<int>::allocate_called == true); in main()43 A1<int>::allocate_called = false; in main()45 assert(A1<int>::allocate_called == true); in main()
33 static bool allocate_called; variable48 allocate_called = true; in allocate()62 template <class T> bool A1<T>::allocate_called = false;97 static bool allocate_called; variable106 allocate_called = true; in allocate()113 template <class T> bool A2<T>::allocate_called = false;