Home
last modified time | relevance | path

Searched refs:reallocation (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_… in reallocation() function in vk::AllocationCallbackRecord
148 record.data.reallocation.original = original; in reallocation()
149 record.data.reallocation.size = size; in reallocation()
150 record.data.reallocation.alignment = alignment; in reallocation()
151 record.data.reallocation.scope = scope; in reallocation()
152 record.data.reallocation.returnedPtr = returnedPtr; in reallocation()
252 …m_records.append(AllocationCallbackRecord::reallocation(original, size, alignment, allocationScope… in reallocate()
352 return record.data.reallocation.alignment; in getAlignment()
378 … : record.type == AllocationCallbackRecord::TYPE_REALLOCATION ? &record.data.reallocation.scope in validateAllocationCallbacks()
428 if (de::contains(ptrToSlotIndex, record.data.reallocation.original)) in validateAllocationCallbacks()
[all …]
DvkAllocationCallbackUtil.hpp91 } reallocation; member
110 …static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, Vk…
/external/e2fsprogs/e2fsck/
DCHANGES26 Fixed bugs with root reallocation; previously the parent pointers in
/external/jemalloc_new/
DChangeLog469 - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone)
470 - Fix heap profiling context leaks in reallocation edge cases. (@jasone)
562 - Attempt mmap-based in-place huge reallocation. This can dramatically speed
563 up incremental huge reallocation. (@jasone)
653 - Fix chunk purge hook calls for in-place huge shrinking reallocation to
699 + Worst case performance for incrementally growing/shrinking reallocation
872 - Fix junk filling for mremap(2)-based huge reallocation. This is only
921 - Fix growing large reallocation to junk fill new space.
986 + Internal reallocation of the quarantined object array leaked the old
988 + Reallocation failure for internal reallocation of the quarantined object
[all …]
/external/llvm/docs/
DScudoHardenedAllocator.rst32 - the user requested size for that chunk, which is necessary for reallocation
DAliasAnalysis.rst126 case, there is a dependence, but it's mediated by the free and reallocation.
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst309 Fixes mishandled buffer reallocation in getpathp.c
D3.7.0a1.rst5561 Fixes mishandled buffer reallocation in getpathp.c
/external/python/cpython3/Doc/c-api/
Dsequence.rst166 Note, if a list gets resized, the reallocation may relocate the items array.
Dbytes.rst203 reallocation fails, the original bytes object at *\*bytes* is deallocated,
/external/python/cpython2/Doc/c-api/
Dsequence.rst198 Note, if a list gets resized, the reallocation may relocate the items array.
Dstring.rst233 the address in *\*string* may differ from its input value. If the reallocation
/external/libchrome/base/containers/
DREADME.md122 The per-item overhead will depend on the underlying std::vector's reallocation
/external/skqp/docs/
Dspelling.txt179 readable reader reading reads reallocation really reassign receive receiver receives receiving
/external/libcups/
DCHANGES.md131 - Fixed a memory reallocation bug in HTTP header value expansion
/external/eigen/doc/
DTutorialSparse.dox57 Assuming no reallocation is needed, the insertion of a random element is therefore in O(nnz_j) wher…
/external/llvm-project/llvm/docs/
DAliasAnalysis.rst126 case, there is a dependence, but it's mediated by the free and reallocation.
/external/flatbuffers/dart/lib/
Dflat_buffers.dart120 /// reallocation will need to be a multiple of this many bytes.
/external/freetype/
DChangeLog.28137 proper reallocation of the target FT_Bitmap object. However, this
3093 pointers into `subFont->blend_stack' after reallocation.
DChangeLog1301 * src/sfnt/sfwoff2.c (reconstruct_glyf): Fix reallocation.
1319 * src/sfnt/sfwoff2 (reconstruct_font): Fix reallocation.
1611 handles reallocation if and when required. Also resize the stream
DChangeLog.261072 [autofit] Fix reallocation error introduced in 2016-02-27 (#47310).
1075 `prev_segment' after reallocation.
DChangeLog.201054 * src/psaux/psobjs.c (PS_Table_Add): Fixed a reallocation bug that
DChangeLog.254618 case of reallocation failures.
/external/libxml2/
DNEWS925 Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
933 Fix some potential problems on reallocation failures (Chris Evans),
1800 memory reallocation problem (Steve Hay), Out of Memory conditions
/external/skqp/site/user/api/
DSkFont_Reference.md955 … total <a href='undocumented#Glyph'>glyph</a> count is returned for subsequent buffer reallocation.

12