Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dxmalloc.c65 void *new_ptr; in xreallocarray() local
77 void *new_ptr; in xrecallocarray() local
/freebsd/usr.bin/diff/
H A Dxmalloc.c52 void *new_ptr; in xreallocarray() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h66 void *new_ptr = Allocate(new_size); in Realloc() local
/freebsd/contrib/libcbor/oss-fuzz/
H A Dcbor_load_fuzzer.cc49 void* new_ptr = realloc(ptr, size); in limited_realloc() local
/freebsd/contrib/byacc/
H A Dmstring.c47 char *new_ptr = realloc(buf_ptr, (buf_len * 3) / 2); in msprintf() local
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp419 char* new_ptr = reinterpret_cast<char*>(reinterpret_cast<uintptr_t>(p1 - size) & ~(align - 1)); align_down() local
433 void* new_ptr = static_cast<void*>(__cur_); __try_allocate_from_chunk() local
442 void* new_ptr = static_cast<void*>(__cur_); __try_allocate_from_chunk() local
[all...]
/freebsd/sys/contrib/zlib/
H A Dzutil.c191 voidpf new_ptr; member
/freebsd/contrib/libarchive/tar/
H A Dcreation_set.c116 struct filter_set *new_ptr; in _cset_add_filter() local
/freebsd/contrib/libfido2/src/
H A Dcredman.c26 void *new_ptr; in credman_grow_array() local
/freebsd/contrib/dialog/
H A Dfselect.c369 char **new_ptr; in match() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp556 void *new_ptr = Allocate(new_size, 8, stack, FROM_MALLOC); in Reallocate() local
/freebsd/sys/netlink/route/
H A Dnexthop.c577 void *new_ptr = NULL; in consider_resize() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp766 void *new_ptr = Allocate(new_size, 8, stack, FROM_MALLOC, true); in Reallocate() local