Home
last modified time | relevance | path

Searched refs:valloc (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dbuild_lib.com13 $ CC valloc.c
18 stripslash.obj,valloc.obj,xgetwd.obj,yesno.obj
H A Dvalloc.c14 valloc (bytes) in valloc() function
H A DMakefile.in197 @AMDEP_TRUE@ $(DEPDIR)/strtoul.Po $(DEPDIR)/valloc.Po \
202 strerror.c strstr.c strtoul.c valloc.c waitpid.c
296 @_am_include@ @_am_quote@$(DEPDIR)/valloc.Po@_am_quote@
H A DChangeLog343 * build_lib.com: Add valloc.c.
557 * valloc.c: omit malloc declaration (it's already in system.h
594 * valloc.c (valloc): change parameter definition
799 * valloc.c (malloc): Declare.
821 * valloc.c: New file.
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp149 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
188 void* (*valloc)(uptr size); member
199 WRAP(valloc)};
/openbsd-src/lib/libc/gen/
H A Dvalloc.c35 valloc(size_t i) in valloc() function
H A DMakefile.inc27 utime.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c \
57 ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
/openbsd-src/gnu/llvm/clang/docs/analyzer/checkers/
H A Dunix_api_example.c35 void *p = valloc(0); // warn: allocation size of 0 bytes in test()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp97 INTERCEPTOR(void *, valloc, SIZE_T size) { return __dfsan::dfsan_valloc(size); } in INTERCEPTOR() argument
214 INTERCEPT_FUNCTION(valloc); in initialize_interceptors()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp54 SCOPED_INTERCEPTOR_RAW(valloc, size); \
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp135 INTERCEPTOR(void *, valloc, uptr size) { in INTERCEPTOR() argument
/openbsd-src/lib/libc/hidden/
H A Dstdlib.h170 PROTO_STD_DEPRECATED(valloc);
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp114 INTERCEPTOR(void*, valloc, uptr size) { in INTERCEPTOR() argument
514 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dpmap.c474 #define valloc(name, type, num) (name) = (type *)firstaddr; firstaddr += (num) in pmap_bootstrap() macro
583 valloc(mem, struct mem_region, memsize); in pmap_bootstrap()
622 valloc(prom_map, struct prom_map, sz); in pmap_bootstrap()
781 valloc(orig, struct mem_region, sz); in pmap_bootstrap()
798 valloc(avail, struct mem_region, sz); in pmap_bootstrap()
810 valloc(ctxbusy, paddr_t, CTXSIZE); in pmap_bootstrap()
833 valloc(tsb_dmmu, pte_t, TSBSIZE); in pmap_bootstrap()
835 valloc(tsb_immu, pte_t, TSBSIZE); in pmap_bootstrap()
844 valloc(tsb_desc, struct tsb_desc, sizeof(struct tsb_desc)); in pmap_bootstrap()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp157 void *valloc(size_t size) { in valloc() function
/openbsd-src/include/
H A Dstdlib.h198 void *valloc(size_t); /* obsoleted by malloc() */
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp157 INTERCEPTOR_ALIAS(void *, valloc, SIZE_T size);
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DMakefile.in158 ${lib_dir}/valloc.c \
252 ${lib_dir}/valloc.o \
H A DMakefile158 ${lib_dir}/valloc.c \
252 ${lib_dir}/valloc.o \
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp29 void *valloc(size_t size);
260 EXPECT_EQ(valloc(SIZE_MAX), nullptr); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc159 INTERCEPTOR(void *, valloc, size_t size) {
396 sanitizer_zone.valloc = &__sanitizer_mz_valloc;
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dwatcom.mak126 $(lib_dir)\valloc.obj
H A DMakefile.in247 ${lib_dir}/valloc.obj
H A DMakefile247 ${lib_dir}/valloc.obj
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc151 INTERFACE WEAK void *SCUDO_PREFIX(valloc)(size_t size) {

12