Home
last modified time | relevance | path

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

/aosp12/art/test/104-growth-limit/src/
H A DMain.java32 int alloc1 = allocateTillOOME(); in main() local
/aosp12/art/libartbase/base/
H A Darena_allocator_test.cc79 void* alloc1 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 5 / 8); in TEST_F() local
87 void* alloc1 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 13 / 16); in TEST_F() local
99 void* alloc1 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 13 / 16); in TEST_F() local
112 void* alloc1 = allocator.Alloc(arena_allocator::kArenaDefaultSize * 9 / 16); in TEST_F() local
/aosp12/frameworks/rs/
H A DrsAllocation.cpp867 Allocation *alloc1 = static_cast<Allocation *>(valloc1); in rsi_AllocationShareBufferQueue() local
H A DrsApiStubs.cpp370 extern "C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocati… in rsAllocationShareBufferQueue()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java503 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue()
504 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) { in nAllocationShareBufferQueue()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1250 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) in nAllocationShareBufferQueue()