Searched refs:munmap_matching_calls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_hook_test.cc299 int munmap_matching_calls = 0; member in namespace:__anon15571
322 ++munmap_matching_calls;
330 mmap_calls = mmap_matching_calls = munmap_calls = munmap_matching_calls = 0;
347 EXPECT_EQ(1, munmap_matching_calls);
351 EXPECT_EQ(1, munmap_matching_calls);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_hook_test.cc299 int munmap_matching_calls = 0; member in namespace:__anon15614
322 ++munmap_matching_calls;
330 mmap_calls = mmap_matching_calls = munmap_calls = munmap_matching_calls = 0;
347 EXPECT_EQ(1, munmap_matching_calls);
351 EXPECT_EQ(1, munmap_matching_calls);

Completed in 83 milliseconds