HomeSort by relevance Sort by last modified time
    Searched refs:reallocation (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr) function in class:vk::AllocationCallbackRecord
148 record.data.reallocation.original = original;
149 record.data.reallocation.size = size;
150 record.data.reallocation.alignment = alignment;
151 record.data.reallocation.scope = scope;
152 record.data.reallocation.returnedPtr = returnedPtr;
252 m_records.append(AllocationCallbackRecord::reallocation(original, size, alignment, allocationScope, ptr));
344 return record.data.reallocation.alignment;
370 : record.type == AllocationCallbackRecord::TYPE_REALLOCATION ? &record.data.reallocation.scope
420 if (de::contains(ptrToSlotIndex, record.data.reallocation.original)
    [all...]
vkAllocationCallbackUtil.hpp 91 } reallocation; member in union:vk::AllocationCallbackRecord::__anon10288
110 static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr);
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 29 freeList *decoderState // list of free decoderStates; avoids reallocation
encoder.go 21 freeList *encoderState // list of free encoderStates; avoids reallocation
encoder_test.go 682 t.Errorf("bytes: unnecessary reallocation")
705 t.Errorf("ints: unnecessary reallocation")
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 29 freeList *decoderState // list of free decoderStates; avoids reallocation
encoder.go 21 freeList *encoderState // list of free encoderStates; avoids reallocation
encoder_test.go 682 t.Errorf("bytes: unnecessary reallocation")
705 t.Errorf("ints: unnecessary reallocation")

Completed in 400 milliseconds