Home
last modified time | relevance | path

Searched defs:new_ptr (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/rust/library/alloc/tests/
Dboxed.rs103 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
129 let new_ptr = unsafe { self.grow(ptr, old_layout, new_layout)? }; in grow_zeroed() localVariable
157 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/third_party/rust/rust/library/core/src/alloc/
Dmod.rs214 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
277 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
341 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
Dglobal.rs268 let new_ptr = unsafe { self.alloc(new_layout) }; in realloc() localVariable
/third_party/rust/rust/library/std/src/sys/common/
Dalloc.rs49 let new_ptr = GlobalAlloc::alloc(alloc, new_layout); in realloc_fallback() localVariable
/third_party/rust/rust/src/tools/miri/src/shims/
Dforeign_items.rs120 let new_ptr = in realloc() localVariable
129 let new_ptr = this.reallocate_ptr( in realloc() localVariable
673 let new_ptr = this.reallocate_ptr( in emulate_foreign_item_by_name() localVariable
724 let new_ptr = ptr.offset(Size::from_bytes(num - idx - 1), this)?; in emulate_foreign_item_by_name() localVariable
745 let new_ptr = ptr.offset(Size::from_bytes(idx as u64), this)?; in emulate_foreign_item_by_name() localVariable
/third_party/rust/rust/library/std/src/
Dalloc.rs191 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
280 let new_ptr = Allocator::allocate(self, new_layout)?; in shrink() localVariable
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime02.c49 struct tst_its **new_ptr; member
/third_party/rust/rust/library/std/src/sys_common/
Dlazy_box.rs55 let new_ptr = Box::into_raw(T::init()); in initialize() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dmove_to.cc108 auto new_ptr = target_context->device_res_manager_->AllocateMemory(size, stream_id); in MoveTo() local
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzutil.c72 voidpf new_ptr; member
/third_party/rust/rust/library/alloc/src/
Dalloc.rs231 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
319 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/third_party/zlib/
Dzutil.c198 voidpf new_ptr; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_memory_manager.cc65 auto new_ptr = MemMalloc(size); in MallocDynamicMem() local
/third_party/skia/m133/third_party/externals/zlib/
Dzutil.c191 voidpf new_ptr; member
/third_party/skia/third_party/externals/zlib/
Dzutil.c206 voidpf new_ptr; member
/third_party/libwebsockets/win32port/zlib/
Dzutil.c205 voidpf new_ptr; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/ir/
Dbprop_tensor_replace.cc133 auto new_ptr = device_address->GetPtr(); in UpdatePreTensorInfo() local
/third_party/mesa3d/src/util/
Du_debug_memory.c228 void *new_ptr; in debug_realloc() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dalloc_system.rs35 let new_ptr = GlobalAlloc::alloc(self, new_layout); in realloc_fallback() localVariable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dalloc_system.rs22 let new_ptr = GlobalAlloc::alloc(self, new_layout); in realloc_fallback() localVariable
/third_party/vulkan-loader/loader/
Dloader_windows.c144 void *new_ptr = in windows_add_json_entry() local
449 … void *new_ptr = loader_instance_heap_realloc(inst, *reg_data, *reg_data_size, *reg_data_size * 2, in windows_get_registry_files() local
Dloader.c436 …void *new_ptr = loader_instance_heap_realloc(inst, layer_list->list, layer_list->capacity, layer_l… in loader_append_layer_property() local
830 …void *new_ptr = loader_instance_heap_realloc(inst, ext_list->list, ext_list->capacity, ext_list->c… in loader_add_to_ext_list() local
873 …void *new_ptr = loader_instance_heap_realloc(inst, ext_list->list, ext_list->capacity, ext_list->c… in loader_add_to_dev_ext_list() local
940 void *new_ptr = in loader_add_layer_properties_to_list() local
1632 …void *new_ptr = loader_instance_heap_realloc(inst, icd_tramp_list->scanned_list, icd_tramp_list->c… in loader_add_direct_driver() local
1921 …void *new_ptr = loader_instance_heap_realloc(inst, icd_tramp_list->scanned_list, icd_tramp_list->c… in loader_scanned_icd_add() local
/third_party/skia/m133/src/core/
DSkVertices.cpp136 char* new_ptr = size ? ptr : nullptr; in init() local
/third_party/skia/src/core/
DSkVertices.cpp136 char* new_ptr = size ? ptr : nullptr; in init() local
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/
Dmod.rs191 pub fn new_ptr(&mut self) -> BorTag { in new_ptr() method

12