Searched defs:new_p (Results 1 - 4 of 4) sorted by relevance
| /src/sys/kern/ | ||
| H A D | vfs_dirhash.c | 252 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 D | sanitizer_allocator_combined.h | 112 void *new_p = Allocate(cache, new_size, alignment); local in function:CombinedAllocator::Reallocate |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ | ||
| H A D | msan_allocator.cc | 230 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 D | tsan_mman.cc | 231 void *new_p = user_alloc_internal(thr, pc, sz); local in function:__tsan::user_realloc |
Completed in 8 milliseconds