Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/pigweed/pw_allocator/
H A Dallocator_test.cc66 void* new_ptr = allocator.Reallocate(nullptr, new_layout); in TEST() local
88 void* new_ptr = allocator.Reallocate(ptr, new_layout); in TEST() local
110 void* new_ptr = allocator.Reallocate(ptr, layout); in TEST() local
137 void* new_ptr = allocator.Reallocate(ptr, new_layout); in TEST() local
172 void* new_ptr = allocator.Reallocate(ptr, new_layout); in TEST() local
H A Dfallback_allocator_test.cc180 void* new_ptr = allocator_.Reallocate(ptr1, new_layout); in TEST_F() local
193 void* new_ptr = allocator_.Reallocate(ptr, new_layout); in TEST_F() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A 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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A 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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs220 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
283 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
347 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs220 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
283 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
347 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs220 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
283 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
347 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs220 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
283 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
347 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs220 let new_ptr = self.allocate(new_layout)?; in grow() localVariable
283 let new_ptr = self.allocate_zeroed(new_layout)?; in grow_zeroed() localVariable
347 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/external/capstone/windows/
H A Dwinkernel_mm.c60 void *new_ptr = cs_winkernel_malloc(total); in cs_winkernel_calloc() local
71 void *new_ptr = NULL; in cs_winkernel_realloc() local
/aosp_15_r20/trusty/user/base/lib/trusty-std/src/
Dalloc.rs259 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
347 let new_ptr = Allocator::allocate(&self, new_layout)?; in shrink() localVariable
370 let new_ptr = GlobalAlloc::alloc(alloc, new_layout); in realloc_fallback() localVariable
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtracking_allocator.h101 void* new_ptr = allocator_.Allocate(requested); in DoAllocate() local
160 void* new_ptr = allocator_.Allocate(new_layout); in DoReallocate() local
/aosp_15_r20/external/sqlite/android/
H A DPhoneNumberUtils.cpp115 const char **new_ptr, size_t *new_len) in tryGetTrunkPrefixOmittedStr()
141 const char **new_ptr, size_t *new_len, in tryGetCountryCallingCode()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dmemory_resource.cpp420 char* new_ptr = reinterpret_cast<char*>(reinterpret_cast<uintptr_t>(p1 - size) & ~(align - 1)); in align_down() local
434 void* new_ptr = static_cast<void*>(__cur_); in __try_allocate_from_chunk() local
443 void* new_ptr = static_cast<void*>(__cur_); in __try_allocate_from_chunk() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dalloc.rs193 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
282 let new_ptr = Allocator::allocate(self, new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A 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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A 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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dalloc.rs193 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
282 let new_ptr = Allocator::allocate(self, new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dalloc.rs193 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
282 let new_ptr = Allocator::allocate(self, new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dalloc.rs229 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
317 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dalloc.rs229 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
317 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dalloc.rs229 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl() localVariable
317 let new_ptr = self.allocate(new_layout)?; in shrink() localVariable

12345