Searched refs:free (Results 101 - 125 of 316) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dcheck.c103 free(currentFat);
147 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n",
152 pwarn("%d files, %d free (%d clusters)\n",
179 free(fat);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsched.h48 void free(void*);
87 #define CPU_FREE(set) free(set)
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-descriptors.cpp17 // usb_get_descriptor_list should be free'ed using a standard C "free"
19 free(data_);
/fuchsia/zircon/system/dev/block/bootpart/
H A Dbootpart.c76 free(bop);
165 free(device);
253 free(device);
261 free(device);
/fuchsia/zircon/system/dev/lib/amlogic/
H A Da113-clocks.c48 free(*device);
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c199 free(session_data);
239 free(session_data);
240 free(opts.inbuf);
241 free(opts.outbuf);
/fuchsia/zircon/system/uapp/crasher/
H A Dcrasher.c43 // nobody writes leaves the compiler free to morph it into a static
114 free(p);
/fuchsia/zircon/system/uapp/ihda/
H A Dzircon_device.h36 if (dev_name_) ::free(dev_name_);
/fuchsia/zircon/system/utest/fs/
H A Dmisc.c70 free(out);
H A Dtest-rw-workers.c213 free(w);
283 free(w);
309 free(next);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmemalloc.h101 #define ckfree(p) free((pointer)(p))
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dalloc.c74 free (p);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dzone.c17 void (*free)(struct _malloc_zone_t *, void *); member in struct:_malloc_zone_t
172 free(ptr);
206 free(ptr);
334 jemalloc_zone.free = zone_free;
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dallocated.c75 free(p);
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Ddecay.c54 /* free(). */
56 free(p);
58 assert_u32_ne(tick1, tick0, "Expected ticker to tick during free()");
66 free(p);
75 free(p);
84 free(p);
H A Dbitmap.c185 free(bitmap);
217 free(bitmap);
254 free(bitmap);
317 free(bitmap);
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost.cpp297 free(newios);
314 free(newios->dev);
315 free(newios);
346 free(newios);
385 free(newios);
488 free(ios);
533 // the device was released, and will no longer be used, so we will free
536 free(ios);
551 free(ios);
570 free(io
[all...]
/fuchsia/zircon/system/ulib/inspector/
H A Ddso-list.cpp128 free(list->debug_file);
129 free(list);
185 free(path);
/fuchsia/zircon/system/ulib/mdns/
H A Dmdns.c26 free(m->questions);
35 free(m->answers->name);
36 free(m->answers);
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c149 free(match);
235 free(g->gl_pathv[g->gl_offs + i] - offsetof(struct match, name));
236 free(g->gl_pathv);
/fuchsia/zircon/system/dev/block/gpt/
H A Dgpt.c188 free(device);
235 free(bop);
414 free(device);
420 free(bop);
425 free(bop);
445 free(device);
464 free(device);
/fuchsia/zircon/system/dev/bus/acpi/
H A Diommu.c335 free(desc);
350 free(desc);
358 free(desc);
396 free(desc);
422 free(desc);
566 free((void*)iommu_mgr.iommus[i].desc);
568 free(iommu_mgr.iommus);
/fuchsia/zircon/system/dev/block/ahci/
H A Dsata.c219 free(device);
292 free(device);
308 free(device);
/fuchsia/zircon/system/dev/display/imx8m-display/
H A Dimx8m-display.c110 free(import_info);
130 free(info);
223 free(display);
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c284 free(session_data);
287 free(inbuf);
290 free(outbuf);

Completed in 121 milliseconds

1234567891011>>