Searched refs:reallocation (Results 1 – 15 of 15) sorted by relevance
/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() 344 return record.data.reallocation.alignment; in getAlignment() 370 … : record.type == AllocationCallbackRecord::TYPE_REALLOCATION ? &record.data.reallocation.scope in validateAllocationCallbacks() 420 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/jemalloc/ |
D | ChangeLog | 53 - Attempt mmap-based in-place huge reallocation. This can dramatically speed 54 up incremental huge reallocation. (@jasone) 144 - Fix chunk purge hook calls for in-place huge shrinking reallocation to 190 + Worst case performance for incrementally growing/shrinking reallocation 363 - Fix junk filling for mremap(2)-based huge reallocation. This is only 412 - Fix growing large reallocation to junk fill new space. 477 + Internal reallocation of the quarantined object array leaked the old 479 + Reallocation failure for internal reallocation of the quarantined object 722 - Fix aligned huge reallocation (affected allocm()). 733 - Use Linux's mremap(2) for huge object reallocation when possible. [all …]
|
/external/e2fsprogs/e2fsck/ |
D | CHANGES | 26 Fixed bugs with root reallocation; previously the parent pointers in
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 209 "ValueInternalArray::reserve(): bad reallocation"); 290 "ValueInternalArray::reserve(): bad reallocation");
|
/external/dbus/ |
D | HACKING | 25 if you're doing any parsing, reallocation, etc. use DBusString.
|
/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/bison/tests/ |
D | regression.at | 1265 "reallocation of the syntax error message buffer.\n"
|
/external/ceres-solver/docs/source/ |
D | version_history.rst | 308 #. Fix a reallocation bug in
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 127 case, there is a dependence, but it's mediated by the free and reallocation.
|
/external/libxml2/ |
D | NEWS | 482 Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng), 490 Fix some potential problems on reallocation failures (Chris Evans), 1357 memory reallocation problem (Steve Hay), Out of Memory conditions
|
D | ChangeLog | 296 shrinking and adding in head can avoid reallocation or full 2684 reallocation of the list (reported by Fabrice GUY
|
/external/valgrind/ |
D | NEWS | 1767 267819 Add client request for informing the core about reallocation
|
/external/opencv3/3rdparty/libtiff/ |
D | ChangeLog | 3337 * libtiff/tif_dirinfo.c: Fix bug with tif_foundfield and reallocation
|
/external/bison/ |
D | ChangeLog-2012 | 765 reallocation is necessary. 1770 Except when memory reallocation is required, this change 1780 message creation. Other than the actual reallocation of the 20335 Fix off-by-one typo that caused unnecessary reallocation.
|