Searched defs:new_p (Results 1 - 4 of 4) sorted by relevance

/src/sys/kern/
H A Dvfs_dirhash.c252 dirhash_enter(struct dirhash * dirh,struct dirent * dirent,uint64_t offset,uint32_t entry_size,int new_p) argument
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h112 void *new_p = Allocate(cache, new_size, alignment); local in function:CombinedAllocator::Reallocate
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc230 void *new_p = MsanAllocate(stack, new_size, alignment, false /*zeroise*/); local in function:__msan::MsanReallocate
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc231 void *new_p = user_alloc_internal(thr, pc, sz); local in function:__tsan::user_realloc

Completed in 8 milliseconds