Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c267 FREE(del); in evClearTimer()
382 FREE(tt); in evSetIdleTimer()
396 FREE(tt); in evClearIdleTimer()
473 FREE(t); in free_timer()
511 FREE(this); in idle_timeout()
Dev_streams.c95 FREE(new); in evWrite()
129 FREE(new); in evRead()
205 FREE(old); in evCancelRW()
Deventlib_p.h51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
63 #define FREE(p) memput((p), sizeof *(p)) macro
/bionic/libc/kernel/uapi/rdma/hfi/
Dhfi1_user.h150 FREE = 0, enumerator
/bionic/libc/malloc_debug/
DREADME.md177 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE
193 +++ ALLOCATION 0x12345678 HAS CORRUPTED HEADER TAG 0x1cc7dc00 AFTER FREE
238 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE (free)
258 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE (realloc)
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dmisc.c100 #ifdef FREE
101 FREE((void*)v);