Searched defs:ptr (Results 26 - 28 of 28) sorted by relevance

12

/bionic/libc/bionic/
H A Dpthread.c1985 int pthread_setspecific(pthread_key_t key, const void *ptr) argument
1994 ((uint32_t *)__get_tls())[key] = (uint32_t)ptr;
/bionic/libc/kernel/common/linux/
H A Dsoundcard.h454 int ptr; member in struct:count_info
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1668 void* ptr = VirtualAlloc(0, size, MEM_RESERVE|MEM_COMMIT, PAGE_READWRITE); local
1669 return (ptr != 0)? ptr: MFAIL;
1674 void* ptr = VirtualAlloc(0, size, MEM_RESERVE|MEM_COMMIT|MEM_TOP_DOWN, local
1676 return (ptr != 0)? ptr: MFAIL;
1680 static FORCEINLINE int win32munmap(void* ptr, size_t size) { argument
1682 char* cptr = (char*)ptr;
2268 /* Treat space at ptr +/- offset as a chunk */
2472 struct malloc_segment* next; /* ptr t
[all...]

Completed in 445 milliseconds

12