Searched refs:free (Results 151 - 175 of 316) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvfwscanf.c374 free(s);
375 free(wcs);
H A Dvfscanf.c375 free(s);
376 free(wcs);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Ddigest.c8 * This library is free for commercial and non-commercial use as long as
99 ctx->pctx_ops->free(ctx->pctx);
140 in->pctx_ops->free(pctx);
147 // so that |EVP_MD_CTX_cleanup| doesn't free it, and then it's reused.
/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp532 free(args);
611 free(outbuf);
612 free(args);
630 free(debug_buffer);
676 free(lineread.buffer);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c253 free(completer);
299 free(xhci);
301 free(completers[i]);
424 free(xhci);
473 free(xhci);
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c358 // we want to be able to free those that got allocated.
404 // we want to be able to free those that got allocated.
420 free(per_trace->chunks);
428 free(per_trace->topas);
610 free(ipt_dev);
619 free(ipt_dev->per_trace_state);
620 free(ipt_dev);
648 free(ipt_dev->per_trace_state);
649 free(ipt_dev);
/fuchsia/zircon/kernel/lib/pow2_range_allocator/
H A Dpow2_range_allocator.cpp44 free(block);
50 free(range);
62 /* Return the block to its proper free bucket, sorted by base ID. Start by
138 /* Allocate the storage for our free buckets */
143 TRACEF("Failed to allocate storage for %u free bucket lists!\n", state->bucket_count);
192 free(new_range);
224 * them on the new blocks list to be added to the free-blocks buckets */
333 * we failed to split back into the free list (merging if required),
336 TRACEF("Failed to allocated free bookkeeping block when attempting to "
352 /* Return the second half of the chunk to the free poo
[all...]
/fuchsia/zircon/system/dev/input/usb-hid/
H A Dusb-hid.c156 free(desc_buf);
233 free(hid);
329 free(usbhid);
/fuchsia/zircon/system/dev/serial/serial/
H A Dserial.c339 free(port);
361 free(port);
369 free(port);
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doswinxf.c679 free (Mem);
1403 * DESCRIPTION: Implements cache interfaces via malloc/free for testing
1439 free (Cache);
1467 free (Object);
H A Dosfuchsia.cpp466 free(Memory);
625 free(sem);
641 free(Handle);
733 free(Handle);
/fuchsia/zircon/kernel/arch/x86/
H A Dsmp.cpp40 free(t);
78 // Zero the kstack list so if we have to bail, we can safely free the
/fuchsia/zircon/system/dev/lib/hi3660/
H A Dhi3660.c111 free(hi3660);
/fuchsia/zircon/system/dev/lib/usb/
H A Dusb.c79 free(iter->desc);
/fuchsia/zircon/system/dev/misc/pty/
H A Dpty-driver.c153 free(psd);
/fuchsia/zircon/system/uapp/namespace/
H A Dnamespace.c118 free(flat);
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp200 free(vmos);
/fuchsia/zircon/system/ulib/block-client/
H A Dclient.c89 free(client);
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c399 free(entry);
410 free(entry);
417 free(entry);
434 free(res);
H A Dnamespace.c162 free(child);
176 free(vn);
471 free(ns);
735 free(flat);
/fuchsia/zircon/system/ulib/gpt/
H A Dgpt.c277 free(priv);
283 free(priv);
420 free(buf);
423 free(buf);
492 // find a free slot
/fuchsia/zircon/system/ulib/inet6/
H A Deth-client.c23 free(eth);
/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc-c-api.cpp75 ::free(alloc);
/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c102 free(w);
689 free(prev);
694 free(prev);
708 free(env.ops);
/fuchsia/zircon/system/utest/launchpad/
H A Dlaunchpad.c96 free(big);

Completed in 185 milliseconds

1234567891011>>