Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/art/openjdkjvmti/
H A Dti_allocator.h56 static std::atomic<jlong> allocated; variable
H A Dti_allocator.cc48 std::atomic<jlong> AllocUtil::allocated; member in openjdkjvmti::AllocUtil
/aosp12/system/bt/stack/avct/
H A Davct_int.h66 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
76 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
91 uint8_t allocated; /* 0, not allocated. index+1, otherwise. */ member
108 uint8_t allocated; /* Whether LCB/BCB is allocated */ member
/aosp12/bionic/benchmarks/
H A Dmalloc_benchmark.cpp49 for (size_t allocated = 0; allocated < 2 * static_cast<size_t>(pagesize); allocated += size) { in BM_mallopt_purge() local
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DMemoryDealerFuzz.cpp63 sp<IMemory> allocated = dealer->allocate(allocSize); in LLVMFuzzerTestOneInput() local
/aosp12/system/libhidl/transport/allocator/1.0/default/
H A DAshmemAllocator.cpp71 uint64_t allocated; in batchAllocate() local
/aosp12/art/libartbase/base/
H A Dscoped_arena_allocator.cc85 size_t allocated = static_cast<size_t>(top_ptr_ - top_arena_->Begin()); in UpdateBytesAllocated() local
/aosp12/art/test/1900-track-alloc/
H A Dalloc.cc76 jlong allocated = -1; in Java_art_Test1900_getAmountAllocated() local
/aosp12/system/core/mkbootfs/
H A Dmkbootfs.c289 int allocated = 8; in read_canned_config() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp272 off_t allocated = 0; in Init() local
/aosp12/system/bt/bta/ag/
H A Dbta_ag_main.cc183 bool allocated = false; in bta_ag_scb_dealloc() local
/aosp12/art/runtime/gc/space/
H A Dregion_space-inl.h418 size_t allocated = num_regs_in_large_region * kRegionSize; in AllocLargeInRange() local
/aosp12/system/memory/lmkd/tests/
H A Dlmkd_test.cpp182 size_t allocated; member
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java430 ArrayList<Integer> allocated = new ArrayList<>(); in pollDevices() local
472 final DevicePollingCallback callback, final List<Integer> allocated) { in runDevicePolling()
/aosp12/system/bt/stack/avdt/
H A Davdt_int.h491 bool allocated; // True if the SCB is allocated variable
619 bool allocated; // Whether ccb is allocated variable
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h264 tNFA_HCI_ALLOCATE_GATE allocated; /* NFA_HCI_ALLOCATE_GATE_EVT */ member
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp1314 size_t allocated = BUFFER_SIZE; in Initialize() local
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h243 int allocated; member
/aosp12/bionic/tests/
H A Dmalloc_test.cpp773 size_t allocated = mallinfo().uordblks; in TEST() local
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h261 OMX_BOOL allocated; member
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h266 OMX_BOOL allocated; member
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h266 OMX_BOOL allocated; member
/aosp12/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp426 std::vector<std::pair<int, sp<Fence>>> allocated; in TEST_F() local
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h288 OMX_BOOL allocated; member
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp377 bool DynamicTemporaries::allocated(uint32_t stepIndex) const { in allocated() function in android::nn::DynamicTemporaries

12