Home
last modified time | relevance | path

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

/bionic/libc/include/
Dmalloc.h77 void* _Nullable realloc(void* _Nullable __ptr, size_t __byte_count) __BIONIC_ALLOC_SIZE(2) __wur;
90 void* _Nullable reallocarray(void* _Nullable __ptr, size_t __item_count, size_t __item_size) __BION…
96 void free(void* _Nullable __ptr);
113 size_t malloc_usable_size(const void* _Nullable __ptr) __wur;
381 extern void* _Nonnull (*volatile _Nonnull __realloc_hook)(void* _Nullable __ptr, size_t __byte_coun…
392 extern void (*volatile _Nonnull __free_hook)(void* _Nullable __ptr, const void* _Nonnull __caller) …
Difaddrs.h91 void freeifaddrs(struct ifaddrs* _Nullable __ptr) __INTRODUCED_IN(24);
Dnetdb.h203 void freeaddrinfo(struct addrinfo* _Nullable __ptr);
Dwchar.h104 …k(wchar_t* _Nullable __s, const wchar_t* _Nonnull __delimiter, wchar_t* _Nonnull * _Nonnull __ptr);
136 FILE* _Nullable open_wmemstream(wchar_t* _Nonnull * _Nonnull __ptr, size_t* _Nonnull __size_ptr) _…
Dstdio.h276 __wur FILE* _Nullable open_memstream(char* _Nonnull * _Nonnull __ptr, size_t* _Nonnull __size_ptr) …
/bionic/libc/include/sys/
Dun.h43 #define SUN_LEN(__ptr) (offsetof(struct sockaddr_un, sun_path) + strlen((__ptr)->sun_path)) argument
/bionic/libc/include/net/
Dif.h50 void if_freenameindex(struct if_nameindex* _Nullable __ptr) __INTRODUCED_IN(24);
/bionic/libc/include/arpa/
Dnameser.h556 int ns_skiprr(const u_char* _Nonnull __ptr, const u_char* _Nonnull __eom, ns_sect __section, int __…