Home
last modified time | relevance | path

Searched defs:allocs (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/tests/
H A Dcfi_test.cpp44 std::vector<void*> allocs; in test_cfi_slowpath_with_alloc() local
H A Dmalloc_iterate_test.cpp48 std::vector<AllocDataType> allocs; member
H A Dmalloc_test.cpp1263 std::vector<void*> allocs; in TestHeapZeroing() local
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp501 std::vector<std::vector<void*>> allocs(kMaxThreads); in TEST() local
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp675 std::set<uintptr_t> allocs; in TEST_F() local
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2730 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); in nMeshGetVertices() local
2748 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); in nMeshGetIndices() local