Searched refs:allocated (Results 1 – 20 of 20) sorted by relevance
71 uint64_t allocated; in batchAllocate() local72 for (allocated = 0; allocated < count; allocated++) { in batchAllocate()73 batch[allocated] = allocateOne(size); in batchAllocate()75 if (batch[allocated].handle() == nullptr) { in batchAllocate()76 LOG(WARNING) << "batchAllocate(" << size << ", " << count << ") fails @ #" << allocated; in batchAllocate()84 if (allocated < count) { in batchAllocate()90 for (uint64_t i = 0; i < allocated; i++) { in batchAllocate()
257 int allocated = 8; in read_canned_config() local261 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config()270 if (used >= allocated) { in read_canned_config()271 allocated *= 2; in read_canned_config()273 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()290 if (used >= allocated) { in read_canned_config()291 ++allocated; in read_canned_config()293 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()
6 # Allow sensor hals to access ashmem memory allocated by apps9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
42 # Allow access to fds allocated by mediaserver
1270 # allocated in the kernel when:
182 size_t allocated; member205 data->allocated = allocated_size; in add_pressure()263 << data->allocated / ONE_MB << "MB"; in runMemStressTest()266 << data->allocated / ONE_MB in runMemStressTest()276 data->allocated = 0; in runMemStressTest()
21 free - Free memory allocated using one of the above actions.59 Find a previously allocated pointer <ptr> and call free(<ptr>).
12 # Allow sensor hals to access and use gralloc memory allocated by
88 // Sectors allocated for the COW device. Recording this value right after94 // Metadata sectors allocated for the COW device. Recording this value right197 // Total number of sectors allocated in the COW files before performing the206 // Sectors allocated for metadata in all the snapshot devices.
23 * Acquires an IWakeLock instance. Any allocated IWakeLock must block the
56 then allocated for JIT symbols - simpleperf will report symbols from `libfoo.so` instead.
264 tNFA_HCI_ALLOCATE_GATE allocated; /* NFA_HCI_ALLOCATE_GATE_EVT */ member
175 * Snapshot of the dynamic memory allocated in CHRE.
30 1. A CHPP application layer header is allocated for convenience when used in
166 … return the backtrace from when the allocation at the given address was allocated, if it was colle…
125 allocated memory129 * `chre::Singleton`: a container for a statically allocated object with explicit
117 2. As needed, memory is allocated to store the sample while it is being
127 already-allocated buffer.
483 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0; in nfa_hci_api_alloc_gate()484 evt_data.allocated.status = p_gate ? NFA_STATUS_OK : NFA_STATUS_FAILED; in nfa_hci_api_alloc_gate()
405 # allocated in the kernel when: