Home
last modified time | relevance | path

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

/stdlib/
A Dputenv.c60 int use_malloc = !__libc_use_alloca (name_end - string + 1); in putenv() local
61 if (__builtin_expect (use_malloc, 0)) in putenv()
70 # define use_malloc 1 in putenv() macro
79 if (__glibc_unlikely (use_malloc)) in putenv()

Completed in 4 milliseconds