Searched refs:free (Results 251 - 275 of 316) sorted by relevance

<<111213

/fuchsia/zircon/system/dev/nand/nand/
H A Dnand.c411 free(dev);
497 free(dev);
/fuchsia/zircon/system/dev/usb/usb-hub/
H A Dusb-hub.c287 free(hub->port_status);
288 free(hub);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-interface.c44 free(intf->descriptor);
45 free(intf);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp39 free(cpath);
46 free(cpath);
H A Druntests-utils.cpp269 free(line);
/fuchsia/zircon/kernel/arch/x86/
H A Dproc_trace.cpp222 free(ipt_trace_state);
/fuchsia/zircon/kernel/lib/heap/
H A Dheap_wrapper.cpp234 void free(void* ptr) { function
239 printf("caller %p free %p\n", __GET_CALLER(), ptr);
/fuchsia/zircon/system/dev/bluetooth/bt-hci-broadcom/
H A Dbt-hci-broadcom.c134 free(hci);
/fuchsia/zircon/system/dev/scpi/aml-scpi-s912/
H A Daml-scpi.c267 free(scpi);
/fuchsia/zircon/system/uapp/lsblk/
H A Dmain.c312 free(buf);
/fuchsia/zircon/system/uapp/psutils/
H A Dtop.c313 free(e);
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-example.c152 free(connection);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dinput.c157 // properly save the string and then free it,
178 free(prompt);
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c30 // and the header size is two words with eager coalescing on free.
40 // free_t memory_area -- Marked as free, with appropriate size,
41 // and pointed to by a free bucket.
46 // For a normal allocation, the free memory area is added to the
47 // appropriate free bucket and picked up later in the cmpct_alloc()
48 // logic. For a large allocation, the area skips the primary free buckets
51 // cmpctmalloc does not keep a list of OS allocations; each is meant to free
52 // itself to the OS when all of its memory areas become free.
56 // cmpct_alloc()/cmpct_memalign() calls. Can be free and live in a free
943 void* free = (char*)head + rounded_up; local
[all...]
/fuchsia/zircon/system/dev/display/vim-display/
H A Dvim-display.cpp198 free(info);
460 free(display->p);
462 free(display);
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c720 free(i8042);
810 free(kbd_device);
822 free(mouse_device);
/fuchsia/zircon/system/uapp/hidtouch/
H A Dmain.c593 free(rpt_desc);
667 free(buf);
668 free(rpt_desc);
/fuchsia/zircon/system/ulib/async-loop/
H A Dloop.c190 free(loop);
748 free(rec);
772 free(rec);
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c622 free(surface);
708 * @brief Destroy a graphics surface and free all resources allocated to it.
715 free(surface->ptr);
716 free(surface);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc.c530 free(inst);
562 free(inst);
637 free(xdc);
/fuchsia/zircon/kernel/kernel/
H A Dtimer.cpp544 free(buf);
/fuchsia/zircon/kernel/lib/userboot/
H A Duserboot.cpp260 free(msg);
/fuchsia/zircon/kernel/tests/
H A Dtimer_tests.cpp109 free(timer);
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-ec.c438 free(dev);
H A Dpci.c358 * The computed initialization information can be released with free()
394 free(res);

Completed in 252 milliseconds

<<111213