Lines Matching full:common
7 common implementation of abort().
12 common implementation of time().
15 bool "Common C library malloc implementation"
18 Common implementation of malloc family that uses the kernel heap
22 int "Size of the common C library malloc arena"
31 common C library malloc() implementation.
49 bool "Common C library calloc"
54 Enable the common C library trivial implementation of calloc,
58 bool "Common C library reallocarray"
63 Enable the common C library trivial implementation of
69 common implementation of strnlen().
74 # Note: the POSIX_API dependency is only necessary until common elements
75 # of C11 threads and POSIX API can be abstracted out to a common library.
79 Common implementation of C11 <threads.h> API.