Searched refs:FREE (Results 1 – 8 of 8) sorted by relevance
/bionic/benchmarks/ |
D | malloc_sql.h | 35 {FREE, 2, 0, 0}, 36 {FREE, 1, 0, 0}, 39 {FREE, 2, 0, 0}, 40 {FREE, 1, 0, 0}, 45 {FREE, 3, 0, 0}, 46 {FREE, 4, 0, 0}, 47 {FREE, 2, 0, 0}, 48 {FREE, 1, 0, 0}, 51 {FREE, 2, 0, 0}, 52 {FREE, 1, 0, 0}, [all …]
|
D | malloc_sql_benchmark.cpp | 43 FREE, enumerator 86 case FREE: in BenchmarkMalloc()
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 267 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()
|
D | ev_streams.c | 95 FREE(new); in evWrite() 129 FREE(new); in evRead() 205 FREE(old); in evCancelRW()
|
D | eventlib_p.h | 51 #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/ |
D | hfi1_user.h | 70 FREE = 0, enumerator
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | misc.c | 104 #ifdef FREE 105 FREE(v);
|
/bionic/libc/malloc_debug/ |
D | README.md | 220 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE 234 …7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 HAS CORRUPTED HEADER TAG 0x1cc7dc00 AFTER FREE 424 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE (free) 442 … 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE (realloc)
|