Home
last modified time | relevance | path

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

/malloc/
A Dalloc_buffer_allocate.c24 __libc_alloc_buffer_allocate (size_t size, void **pptr) in __libc_alloc_buffer_allocate() argument
26 *pptr = malloc (size); in __libc_alloc_buffer_allocate()
27 if (*pptr == NULL) in __libc_alloc_buffer_allocate()
34 return alloc_buffer_create (*pptr, size); in __libc_alloc_buffer_allocate()

Completed in 4 milliseconds