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

  /external/mesa3d/src/intel/vulkan/
anv_device.c 472 static const VkAllocationCallbacks default_alloc = { variable
560 instance = vk_alloc2(&default_alloc, pAllocator, sizeof(*instance), 8,
570 instance->alloc = default_alloc;
594 vk_free2(&default_alloc, pAllocator, instance);
    [all...]
  /external/python/cpython3/Modules/
main.c 2949 PyMemAllocatorEx default_alloc; local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 318 static const VkAllocationCallbacks default_alloc = { variable
418 instance = vk_zalloc2(&default_alloc, pAllocator, sizeof(*instance), 8,
428 instance->alloc = default_alloc;
435 vk_free2(&default_alloc, pAllocator, instance);
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 1731 static void *default_alloc(void *_ud, void *ptr, size_t oldsize, size_t size) { function
    [all...]

Completed in 317 milliseconds