Searched refs:allocates (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dlow_level_alloc_unittest.cc146 // used for counting allocates and frees
147 static int32 allocates; variable
153 allocates++;
174 CHECK_EQ(allocates, 0);
177 CHECK_NE(allocates, 0); // default arena calls hooks
181 allocates = 0;
185 CHECK_GT(allocates, 5000); // arena calls hooks
188 CHECK_EQ(allocates, 0); // arena doesn't call hooks
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dlow_level_alloc_unittest.cc146 // used for counting allocates and frees
147 static int32 allocates; variable
153 allocates++;
174 CHECK_EQ(allocates, 0);
177 CHECK_NE(allocates, 0); // default arena calls hooks
181 allocates = 0;
185 CHECK_GT(allocates, 5000); // arena calls hooks
188 CHECK_EQ(allocates, 0); // arena doesn't call hooks
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex332 application allocates new flow.
343 The function \verb|get_flow_label| allocates

Completed in 153 milliseconds