Searched refs:allocated (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-11-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c148 assert(unfiltered <= coder->allocated / 2);
183 coder->allocated, action);
261 coder->allocated = 2 * unfiltered_max;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp52 // Hack: since glibc 2.27 dlsym no longer uses stack-allocated memory to store
76 uptr allocated = end_mem - alloc_memory_for_dlsym; local
77 if (allocated >= kDlsymAllocPoolSize)
80 allocated_for_dlsym = allocated;
H A Dasan_allocator.cpp53 // The memory chunk allocated from the underlying allocator looks like this:
103 // Every chunk of memory allocated by this allocator can be in one of 3 states:
104 // CHUNK_AVAILABLE: the chunk is in the free list and ready to be allocated.
105 // CHUNK_ALLOCATED: the chunk is allocated and not yet freed.
381 // Prefer an allocated chunk over freed chunk and freed chunk
434 // consecutive "new" calls must be different even if the allocated size
466 void *allocated; local
469 allocated = allocator.Allocate(cache, needed_size, 8);
473 allocated = allocator.Allocate(cache, needed_size, 8);
475 if (UNLIKELY(!allocated)) {
1050 bool LsanMetadata::allocated() const { function in class:__lsan::LsanMetadata
[all...]
H A Dasan_stats.cpp128 Printf("Stats: StackDepot: %zd ids; %zdM allocated\n",
129 stack_depot_stats->n_uniq_ids, stack_depot_stats->allocated >> 20);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c127 BUG_ON(!hole_node->hole_follows || node->allocated);
147 node->allocated = 1;
219 BUG_ON(!hole_node->hole_follows || node->allocated);
244 node->allocated = 1;
341 node->allocated = 0;
346 * Remove a memory node from the allocator and free the allocated struct
484 old->allocated = 0;
485 new->allocated = 1;
H A Ddrm_mm.h52 unsigned allocated : 1; member in struct:drm_mm_node
85 return node->allocated;
/freebsd-11-stable/contrib/gcc/
H A Dggc-page.c92 pushing and popping of allocation contexts. Only objects allocated
270 /* The number of bytes allocated. (This will always be a multiple
274 /* The address at which the memory is allocated. */
296 /* The lg of size of objects allocated from this page. */
300 Nth bit is one if the Nth object on this page is allocated. This
364 /* Bytes currently allocated. */
365 size_t allocated;
367 /* Bytes currently allocated at the end of the last collection. */
439 /* Total memory allocated with ggc_alloc. */
441 /* Total overhead for memory to be allocated wit
363 size_t allocated; member in struct:globals
1961 size_t allocated; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A Ddso_lib.c193 int allocated = 0; local
201 allocated = 1;
239 if (allocated)
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c87 * has a space allocated for item's private usage upon
196 "memblock%d: allocated %dk, vaddr 0x"XGE_OS_LLXFMT", "
209 /* increment actual number of allocated memblocks */
224 * never shrink. Pool consists of number of dynamically allocated blocks
238 int allocated; local
337 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated);
347 "total: allocated %dk of DMA-capable memory",
348 mempool->memblock_size * allocated / 1024);
H A Dxgehal-fifo-fp.c152 current_txdl_priv->allocated = 0;
187 current_txdl_priv->allocated = 0;
303 xge_debug_fifo(XGE_TRACE, "allocated linked dtrh %p"
312 next_txdl_priv->allocated = 1;
370 txdl_priv->allocated = 1;
452 txdl_priv->allocated = 1;
780 __hal_fifo_txdl_priv(dtr)->allocated = 0;
/freebsd-11-stable/sys/sys/
H A Ddevicestat.h140 int allocated; /* Allocated entry */ member in struct:devstat
/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.h115 int *allocated);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h41 u8 allocated : 8; // Must be first. member in struct:__lsan::ChunkMetadata
H A Dlsan_interceptors.cpp68 static uptr allocated; local
70 void *mem = (void*)&calloc_memory_for_dlsym[allocated];
71 allocated += size_in_words;
72 CHECK(allocated < kCallocPoolSize);
H A Dlsan_common.h158 // Can be used to ignore memory allocated by an intercepted
166 // size of allocated array.
186 // and store a pointer to the end of allocated chunk. The actual cookie layout
223 // If p points into a chunk that has been allocated to the user, returns its
245 bool allocated() const;
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c24 /// \brief How many Records can be allocated at once at maximum
79 size_t allocated; member in struct:__anon29
210 /// Free the memory allocated for a tree. Each node is freed using the
368 /// Free the memory allocated for a Stream and its Record groups.
673 if (g != NULL && g->last + 1 < g->allocated) {
685 g->allocated = i->prealloc;
798 if (g != NULL && g->last + 1 < g->allocated) {
810 newg->allocated = g->last + 1;
814 memcpy(newg->records, g->records, newg->allocated
903 destg->allocated
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp129 Printf("Stack depot allocated bytes: %zu\n", stack_depot_stats->allocated);
134 Printf("History depot allocated bytes: %zu\n",
135 chained_origin_depot_stats->allocated);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.c85 * has a space allocated for item's private usage upon
201 "memblock%d: allocated %dk, vaddr 0x"VXGE_OS_STXFMT", "
227 * never shrink. Pool consists of number of dynamically allocated blocks
248 u32 allocated; local
387 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated);
398 "total: allocated %dk of DMA-capable memory",
399 mempool->memblock_size * allocated / 1024);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h325 the pattern compiler, the fields `buffer', `allocated', `fastmap',
343 unsigned long int allocated;
495 allocated with malloc, and must each be at least `NUM_REGS * sizeof
340 unsigned long int allocated; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h325 the pattern compiler, the fields `buffer', `allocated', `fastmap',
343 unsigned long int allocated;
495 allocated with malloc, and must each be at least `NUM_REGS * sizeof
340 unsigned long int allocated; member in struct:re_pattern_buffer
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg.h156 uint16_t allocated; member in struct:dwc_otg_chan_state
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_utils.c312 bool allocated; local
319 allocated = true;
321 allocated = false;
335 if (allocated) {
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsearch.c700 size_t allocated = 0; local
742 if (Fimb.count >= allocated)
744 if (allocated == 0)
745 allocated = 128;
747 allocated *= 2;
749 sizeof (wchar_t *) * allocated);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c186 unsigned int allocated; /*%< # of items currently given out */ member in struct:isc__mempool
1468 ISC_MSG_POOLALLOCATED, "allocated"),
1482 pool->allocated, pool->freecount, pool->freemax,
1497 * size of the object allocated (with some additional overhead).
1586 * pointer to the newly allocated memory, or
1852 mpctx->allocated = 0;
1905 if (mpctx->allocated > 0)
1911 REQUIRE(mpctx->allocated == 0);
1986 if (mpctx->allocated >= mpctx->maxalloc) {
2000 mpctx->allocated
2199 unsigned int allocated; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c312 int allocated; member in struct:heap_queue
336 int allocated; member in struct:iso9660::read_ce_queue
2298 if (heap->cnt >= heap->allocated) {
2301 if (heap->allocated < 16)
2304 new_size = heap->allocated * 2;
2306 if (new_size <= heap->allocated) {
2320 heap->allocated = new_size;
3018 if (heap->used >= heap->allocated) {
3020 int new_size = heap->allocated * 2;
3022 if (heap->allocated < 102
[all...]

Completed in 201 milliseconds

1234567