Home
last modified time | relevance | path

Searched refs:support_shared_allocate (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/support/
Dsupport_can_chroot.c49 int *result = support_shared_allocate (sizeof (*result)); in support_can_chroot()
Dsupport_shared_allocate.c34 support_shared_allocate (size_t size) in support_shared_allocate() function
Dsupport.h61 void *support_shared_allocate (size_t size);
DMakefile82 support_shared_allocate \
/glibc-2.36/posix/
Dtst-sysconf-empty-chroot.c44 bool *result = support_shared_allocate (sizeof (*result)); in is_smp()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-o_path-locks.c72 shared_errno = support_shared_allocate (sizeof (*shared_errno)); in do_test()
/glibc-2.36/login/
Dtst-pututxline-lockfail.c113 barrier = support_shared_allocate (sizeof (*barrier)); in do_test()
Dtst-pututxline-cache.c150 barrier = support_shared_allocate (sizeof (*barrier)); in do_test()
/glibc-2.36/stdlib/
Dtst-arc4random-fork.c177 shared_data = support_shared_allocate (sizeof (*shared_data)); in do_test()
Dtst-arc4random-thread.c241 = support_shared_allocate (3 * sizeof (*shared_result)); in fork_thread()
/glibc-2.36/nptl/
Dtst-pthread-gdb-attach.c218 pid_t *tested_pid = support_shared_allocate (sizeof (pid_t)); in do_test()
/glibc-2.36/malloc/
Dtst-mallocfork2.c152 shared = support_shared_allocate (sizeof (*shared)); in do_test()
/glibc-2.36/libio/
Dtst-vtables-common.c477 shared = support_shared_allocate (sizeof (*shared)); in run_tests()
/glibc-2.36/ChangeLog.old/
DChangeLog.184003 support_isolate_in_subprocess, support_shared_allocate,
4010 * support/support.h (support_shared_allocate, support_shared_free)
4015 * support/support_shared_allocate.c: Likewise.