Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp441 Allocation &allocation = iter->second; in Leak() local
443 allocation.m_leak = true; in Leak()
457 Allocation &allocation = iter->second; in Free() local
459 switch (allocation.m_policy) { in Free()
533 Allocation &allocation = iter->second; in WriteMemory() local
539 switch (allocation.m_policy) { in WriteMemory()
650 Allocation &allocation = iter->second; in ReadMemory() local
654 if (offset > allocation.m_size) { in ReadMemory()
662 switch (allocation.m_policy) { in ReadMemory()
794 Allocation &allocation = iter->second; in GetMemoryData() local
[all …]
/freebsd-12.1/contrib/tcsh/nls/french/
H A Dset195 2 free(%lx) appelé avant allocation.
11 8 %s allocation mémoire actuelle:\nfree:\t
16 13 %s current memory allocation:\n
/freebsd-12.1/crypto/openssl/doc/man3/
H A DASN1_OBJECT_new.pod5 ASN1_OBJECT_new, ASN1_OBJECT_free - object allocation functions
16 The ASN1_OBJECT allocation routines, allocate and free an
32 If the allocation fails, ASN1_OBJECT_new() returns B<NULL> and sets an error
H A DX509_new.pod6 X509_new, X509_free, X509_up_ref - X509 certificate ASN1 allocation functions
19 The X509 ASN1 allocation routines, allocate and free an
46 If the allocation fails, X509_new() returns B<NULL> and sets an error
H A DSSL_alloc_buffers.pod26 avoid allocation during data processing or with CRYPTO_set_mem_functions()
39 an allocation failure.
H A DBN_CTX_new.pod20 library functions. Since dynamic memory allocation to create B<BIGNUM>s
41 If the allocation fails,
H A DASN1_INTEGER_get_int64.pod99 fail if a memory allocation error occurs.
108 only fail due to a memory allocation error.
112 (due to programming error) or due to a memory allocation failure.
H A DOPENSSL_malloc.pod22 - Memory allocation functions
88 OpenSSL memory allocation is handled by the B<OPENSSL_xxx> API. These are
149 any effect, is must be called before any of the allocation functions
163 attachs an identifying string to the allocation stack.
198 written to that descriptor. If an allocation will fail, and the platform
H A DASN1_STRING_new.pod6 ASN1_STRING allocation functions
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog31 allocation. (@interwq, @davidtgoldblatt)
450 allocation. (@kspinka, @Whissi, @jasone)
574 - Move retained memory allocation out of the default chunk allocation
736 allocation versus deallocation.
849 small/large allocation if chunk allocation failed. In the absence of this
850 bug, chunk allocation failure would result in allocation failure, e.g. NULL
914 allocation, not just deallocation.
915 - Fix a data race for large allocation stats counters.
950 set during the first allocation prior to this fix.
1022 after primary dss allocation fails.
[all …]
/freebsd-12.1/contrib/tcsh/nls/russian/
H A Dset1911 8 %s current memory allocation:\nfree:\t
16 13 %s current memory allocation:\n
/freebsd-12.1/contrib/gcc/
H A Dggc-page.c312 char *allocation; member
701 page_group_index (char *allocation, char *page) in page_group_index() argument
703 return (size_t) (page - allocation) >> G.lg_pagesize; in page_group_index()
711 group->in_use |= 1 << page_group_index (group->allocation, page); in set_page_group_in_use()
807 char *allocation, *a, *enda; in alloc_page() local
815 allocation = xmalloc (alloc_size); in alloc_page()
818 head_slop = page - allocation; in alloc_page()
820 tail_slop = ((size_t) allocation + alloc_size) & (G.pagesize - 1); in alloc_page()
823 enda = allocation + alloc_size - tail_slop; in alloc_page()
846 group->allocation = allocation; in alloc_page()
[all …]
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset1911 8 %s current memory allocation:\nfree:\t
16 13 %s current memory allocation:\n
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td45 // instructions. This affects register allocation even when compressed
90 // The order of registers represents the preferred allocation sequence.
105 // The order of registers represents the preferred allocation sequence.
202 // The order of registers represents the preferred allocation sequence,
217 // The order of registers represents the preferred allocation sequence,
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dobstacks.texi13 are implemented with macros, so allocation is usually very fast as long as
55 of object. Dynamic allocation of obstacks allows your program to have a
117 Initialize obstack @var{obstack-ptr} for allocation of objects. This
119 allocation of memory fails, the function pointed to by
122 obstack returned 0 if allocation failed).
164 @cindex allocation (obstacks)
180 @code{obstack_alloc_failed_handler} if allocation of memory by
208 @code{obstack_alloc_failed_handler} if allocation of memory by
265 obstacks, or non-obstack allocation, can reuse the space of the chunk.
345 ordinary allocation of another object. If you try to do so, the space
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstacks.texi13 are implemented with macros, so allocation is usually very fast as long as
55 of object. Dynamic allocation of obstacks allows your program to have a
117 Initialize obstack @var{obstack-ptr} for allocation of objects. This
119 allocation of memory fails, the function pointed to by
122 obstack returned 0 if allocation failed).
164 @cindex allocation (obstacks)
180 @code{obstack_alloc_failed_handler} if allocation of memory by
208 @code{obstack_alloc_failed_handler} if allocation of memory by
265 obstacks, or non-obstack allocation, can reuse the space of the chunk.
345 ordinary allocation of another object. If you try to do so, the space
[all …]
/freebsd-12.1/contrib/tcsh/nls/greek/
H A Dset1916 13 %s current memory allocation:\n
/freebsd-12.1/contrib/tcsh/nls/ukrainian/
H A Dset1916 13 %s current memory allocation:\n
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DMemory.inc78 // While we'd be happy to allocate single pages, the Windows allocation
96 // If the requested address is not aligned to the allocation granularity,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1576 Address allocation = Address::invalid(); in EmitCXXNewExpr() local
1583 allocation = EmitPointerWithAlignment(arg, &BaseInfo); in EmitCXXNewExpr()
1589 allocation = Address(allocation.getPointer(), allocAlign); in EmitCXXNewExpr()
1596 allocatorArgs.add(RValue::get(allocation.getPointer()), arg->getType()); in EmitCXXNewExpr()
1653 allocation = Address(RV.getScalarVal(), allocationAlign); in EmitCXXNewExpr()
1679 Builder.CreateIsNull(allocation.getPointer(), "new.isnull"); in EmitCXXNewExpr()
1690 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocAlign, in EmitCXXNewExpr()
1700 allocation = CGM.getCXXABI().InitializeArrayCookie(*this, allocation, in EmitCXXNewExpr()
1706 Address result = Builder.CreateElementBitCast(allocation, elementTy); in EmitCXXNewExpr()
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Dnew37 * handling memory allocation errors; see
56 * @c bad_alloc (or classes derived from it) is used to report allocation
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c1793 void *allocation = NULL; in imalloc_body() local
1883 allocation = imalloc_no_sample( in imalloc_body()
1890 allocation = imalloc_sample( in imalloc_body()
1894 allocation = NULL; in imalloc_body()
1897 if (unlikely(allocation == NULL)) { in imalloc_body()
1901 prof_malloc(tsd_tsdn(tsd), allocation, usize, &alloc_ctx, tctx); in imalloc_body()
1909 allocation = imalloc_no_sample(sopts, dopts, tsd, size, usize, in imalloc_body()
1911 if (unlikely(allocation == NULL)) { in imalloc_body()
1924 assert(usize == isalloc(tsd_tsdn(tsd), allocation)); in imalloc_body()
1929 UTRACE(0, size, allocation); in imalloc_body()
[all …]
/freebsd-12.1/contrib/tcsh/nls/et/
H A Dset1916 13 %s current memory allocation:\n
/freebsd-12.1/contrib/tcsh/nls/italian/
H A Dset1916 13 %s current memory allocation:\n
/freebsd-12.1/contrib/tcsh/nls/finnish/
H A Dset1916 13 %s current memory allocation:\n

12345678910>>...12