/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 143 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 …]
|
D | vkAllocationCallbackUtil.hpp | 91 } reallocation; member 110 …static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, Vk…
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 26 Fixed bugs with root reallocation; previously the parent pointers in
|
/external/jemalloc_new/ |
D | ChangeLog | 469 - 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/ |
D | ScudoHardenedAllocator.rst | 32 - the user requested size for that chunk, which is necessary for reallocation
|
D | AliasAnalysis.rst | 126 case, there is a dependence, but it's mediated by the free and reallocation.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b3.rst | 309 Fixes mishandled buffer reallocation in getpathp.c
|
D | 3.7.0a1.rst | 5561 Fixes mishandled buffer reallocation in getpathp.c
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 166 Note, if a list gets resized, the reallocation may relocate the items array.
|
D | bytes.rst | 203 reallocation fails, the original bytes object at *\*bytes* is deallocated,
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 198 Note, if a list gets resized, the reallocation may relocate the items array.
|
D | string.rst | 233 the address in *\*string* may differ from its input value. If the reallocation
|
/external/libchrome/base/containers/ |
D | README.md | 122 The per-item overhead will depend on the underlying std::vector's reallocation
|
/external/skqp/docs/ |
D | spelling.txt | 179 readable reader reading reads reallocation really reassign receive receiver receives receiving
|
/external/libcups/ |
D | CHANGES.md | 131 - Fixed a memory reallocation bug in HTTP header value expansion
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 57 Assuming no reallocation is needed, the insertion of a random element is therefore in O(nnz_j) wher…
|
/external/llvm-project/llvm/docs/ |
D | AliasAnalysis.rst | 126 case, there is a dependence, but it's mediated by the free and reallocation.
|
/external/flatbuffers/dart/lib/ |
D | flat_buffers.dart | 120 /// reallocation will need to be a multiple of this many bytes.
|
/external/freetype/ |
D | ChangeLog.28 | 137 proper reallocation of the target FT_Bitmap object. However, this 3093 pointers into `subFont->blend_stack' after reallocation.
|
D | ChangeLog | 1301 * 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
|
D | ChangeLog.26 | 1072 [autofit] Fix reallocation error introduced in 2016-02-27 (#47310). 1075 `prev_segment' after reallocation.
|
D | ChangeLog.20 | 1054 * src/psaux/psobjs.c (PS_Table_Add): Fixed a reallocation bug that
|
D | ChangeLog.25 | 4618 case of reallocation failures.
|
/external/libxml2/ |
D | NEWS | 925 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/ |
D | SkFont_Reference.md | 955 … total <a href='undocumented#Glyph'>glyph</a> count is returned for subsequent buffer reallocation.
|