Searched defs:free (Results 1 - 7 of 7) sorted by last modified time

/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp226 extern "C" void free(void* mem) { function
227 __libc_malloc_dispatch->free(mem);
309 table->free = reinterpret_cast<MallocDebugFree>(dlsym(libc_malloc_impl_handle, symbol));
310 if (table->free == NULL) {
475 (gMallocUse.free == NULL) ||
H A Dmalloc_debug_common.h72 MallocDebugFree free; member in struct:MallocDebug
/bionic/libc/kernel/common/linux/
H A Dmempool.h35 mempool_free_t *free; member in struct:mempool_s
H A Dmodule.h66 void (*free)(struct module *); member in struct:module_attribute
H A Dsmb.h44 __u16 free; member in struct:smb_dskattr
/bionic/libc/kernel/common/linux/sunrpc/
H A Dxprt.h124 struct list_head free; member in struct:rpc_xprt
/bionic/libc/netbsd/isc/
H A Deventlib_p.h75 #define FREE(p) free(p)
179 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon638

Completed in 82 milliseconds