Home
last modified time | relevance | path

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

/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()
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 …]
DvkAllocationCallbackUtil.hpp91 } reallocation; member
110 …static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, Vk…
/external/jemalloc/
DChangeLog53 - 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/
DCHANGES26 Fixed bugs with root reallocation; previously the parent pointers in
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl209 "ValueInternalArray::reserve(): bad reallocation");
290 "ValueInternalArray::reserve(): bad reallocation");
/external/dbus/
DHACKING25 if you're doing any parsing, reallocation, etc. use DBusString.
/external/eigen/doc/
DTutorialSparse.dox57 Assuming no reallocation is needed, the insertion of a random element is therefore in O(nnz_j) wher…
/external/bison/tests/
Dregression.at1265 "reallocation of the syntax error message buffer.\n"
/external/ceres-solver/docs/source/
Dversion_history.rst308 #. Fix a reallocation bug in
/external/llvm/docs/
DAliasAnalysis.rst127 case, there is a dependence, but it's mediated by the free and reallocation.
/external/libxml2/
DNEWS482 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
DChangeLog296 shrinking and adding in head can avoid reallocation or full
2684 reallocation of the list (reported by Fabrice GUY
/external/valgrind/
DNEWS1767 267819 Add client request for informing the core about reallocation
/external/opencv3/3rdparty/libtiff/
DChangeLog3337 * libtiff/tif_dirinfo.c: Fix bug with tif_foundfield and reallocation
/external/bison/
DChangeLog-2012765 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.