Home
last modified time | relevance | path

Searched refs:android_mallopt (Results 1 – 11 of 11) sorted by relevance

/bionic/tests/
Dmalloc_test.cpp1118 TEST(android_mallopt, error_on_unexpected_option) { in TEST() argument
1122 EXPECT_EQ(false, android_mallopt(unrecognized_option, nullptr, 0)); in TEST()
1148 TEST(android_mallopt, init_zygote_child_profiling) { in TEST() argument
1153 EXPECT_EQ(true, android_mallopt(M_INIT_ZYGOTE_CHILD_PROFILING, nullptr, 0)); in TEST()
1157 EXPECT_EQ(false, android_mallopt(M_INIT_ZYGOTE_CHILD_PROFILING, nullptr, 0)); in TEST()
1164 EXPECT_EQ(false, android_mallopt(M_INIT_ZYGOTE_CHILD_PROFILING, &unexpected, 1)); in TEST()
1180 ASSERT_TRUE(android_mallopt(M_SET_ALLOCATION_LIMIT_BYTES, &limit, sizeof(limit))); in CheckAllocationFunction()
1189 TEST(android_mallopt, set_allocation_limit) { in TEST() argument
1224 TEST(android_mallopt, set_allocation_limit_multiple) { in TEST() argument
1228 ASSERT_TRUE(android_mallopt(M_SET_ALLOCATION_LIMIT_BYTES, &limit, sizeof(limit))); in TEST()
[all …]
/bionic/benchmarks/
DScopedDecayTimeRestorer.h29 if (android_mallopt(M_GET_DECAY_TIME_ENABLED, &value, sizeof(value))) { in ScopedDecayTimeRestorer()
/bionic/libc/platform/bionic/
Dmalloc.h188 extern "C" bool android_mallopt(int opcode, void* _Nullable arg, size_t arg_size);
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp478 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() function
582 if (android_mallopt(M_GET_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info))) { in get_malloc_leak_info()
593 android_mallopt(M_FREE_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info)); in free_malloc_leak_info()
Dandroid_profiling_dynamic.cpp91 android_mallopt(M_GET_PROCESS_PROFILEABLE, &profileable, sizeof(profileable)); in HandleProfilingSignal()
Dmalloc_common.cpp339 extern "C" bool android_mallopt(int opcode, void* arg, size_t arg_size) { in android_mallopt() function
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp204 ASSERT_TRUE(android_mallopt(M_GET_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info))); in TEST_F()
211 ASSERT_TRUE(android_mallopt(M_FREE_MALLOC_LEAK_INFO, &leak_info, sizeof(leak_info))); in TEST_F()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp471 ASSERT_TRUE(android_mallopt(M_SET_ALLOCATION_LIMIT_BYTES, &limit, sizeof(limit))); in SetAllocationLimit()
732 android_mallopt(M_WRITE_MALLOC_LEAK_INFO_TO_FILE, fp, sizeof(fp)); in TEST()
/bionic/tests/libs/
Dstack_tagging_helper.cpp259 CHECK(android_mallopt(M_MEMTAG_STACK_IS_ON, &memtag_stack, sizeof(memtag_stack))); in test_android_mallopt()
/bionic/libc/
Dlibc.map.txt1478 android_mallopt; # apex llndk
/bionic/tools/versioner/platforms/
Dlibc.map.txt1478 android_mallopt; # apex llndk