Home
last modified time | relevance | path

Searched defs:allocation_count (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dcontext_allocator_end2end_test.cc186 NullAllocator(std::atomic<int>* allocation_count, in NullAllocator()
218 std::atomic<int> allocation_count{0}; in TEST_P() local
236 SimpleAllocator(std::atomic<int>* allocation_count, in SimpleAllocator()
268 std::atomic<int> allocation_count{0}; in TEST_P() local
Dmessage_allocator_end2end_test.cc246 int allocation_count = 0; member in grpc::testing::__anon2120be460111::SimpleAllocatorTest::SimpleAllocator
340 int allocation_count = 0; member in grpc::testing::__anon2120be460111::ArenaAllocatorTest::ArenaAllocator
/third_party/mesa3d/include/drm-uapi/
Dd3dkmthk.h770 __u32 allocation_count; member
787 __u32 allocation_count; member
810 __u32 allocation_count; member
1338 __u32 allocation_count; member
1352 __u32 allocation_count; member
1459 __u32 allocation_count; member
1509 __u32 allocation_count; member
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp53 size_t allocation_count = 0; member in MemoryTracker
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c7330 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable