Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 12 of 12) sorted by relevance

/bionic/benchmarks/
Dbionic_benchmarks.cpp240 char sizes[32] = { 0 }; in ParseOnebufManualStr() local
247 "%" STRINGFY(sizeof(sizes)-1) "s", &align, sizes); in ParseOnebufManualStr()
258 auto sit = kSizes.find(sizes); in ParseOnebufManualStr()
284 char sizes[32] = { 0 }; in ParseTwobufManualStr() local
291 "%" STRINGFY(sizeof(sizes)-1) "s", in ParseTwobufManualStr()
292 &align1, &align2, sizes); in ParseTwobufManualStr()
304 auto sit = kSizes.find(sizes); in ParseTwobufManualStr()
482 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() argument
483 for (int size : sizes) { in SetArgs()
488 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() argument
[all …]
Dmalloc_benchmark.cpp47 static size_t sizes[] = {8, 16, 32, 64, 128, 1024, 4096, 16384, 65536, 131072, 1048576}; in RunMalloptPurge() local
54 for (auto size : sizes) { in RunMalloptPurge()
/bionic/tests/
Dmalloc_iterate_test.cpp126 static void AllocateSizes(TestDataType* test_data, const std::vector<size_t>& sizes) { in AllocateSizes() argument
129 for (size_t size : sizes) { in AllocateSizes()
155 std::vector<size_t> sizes{8, 16, 32, 48, 64, 80, 96, 112, 128, 160, in TEST() local
159 AllocateSizes(&test_data, sizes); in TEST()
177 std::vector<size_t> sizes{131072, 262144, 524288, 1048576, 2097152}; in TEST() local
178 AllocateSizes(&test_data, sizes); in TEST()
Dmalloc_test.cpp822 static size_t sizes[] = { in TEST() local
828 for (size_t size : sizes) { in TEST()
867 static size_t sizes[] = {8, 32, 128, 4096, 32768, 131072, 1024000, 10240000, 20480000, 300000000}; in TEST() local
871 for (size_t size : sizes) { in TEST()
Dstdlib_test.cpp255 std::vector<size_t> sizes{1, 4, 8, 256, 1024, 65000, 128000, 256000, 1000000}; in TEST() local
256 for (auto size : sizes) { in TEST()
/bionic/benchmarks/tests/
Dinterface_test.cpp296 TEST_F(SystemTests, sizes) { in TEST_F() argument
/bionic/libc/malloc_debug/
DREADME_api.md17 *total\_memory* is set to the sum of all allocation sizes that are live at
DREADME.md174 to only get backtraces for sizes of allocations listed as being leaked.
187 to only get backtraces for sizes of allocations listed as being leaked.
196 to only get backtraces for sizes of allocations listed as being leaked.
/bionic/docs/
Dlibc_assembler.md70 large number of sizes and alignments.
Dclang_fortify_anatomy.md26 - Buffer overruns in functions where pointers+sizes are passed (e.g., `memcpy`,
27 `poll`), or where sizes exist implicitly (e.g., `strcpy`).
142 - Compiling away to be zero overhead when none of the buffer sizes can be
826 sizes of buffers in a suspect call to a function. `diagnose_if` can only have
Dnative_allocator.md203 had issues with this size. It is possible other sizes might show different
Delf-tls.md710 supported sizes. (It supports 12, 24, 32, and 48.) Clang has only implemented the 24-bit model,