Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp672 std::set<uintptr_t> allocs; in TEST_F() local