Searched refs:free (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dif_freenameindex.c5 free(idx);
H A Dgethostbyaddr.c13 free(h);
H A Dgethostbyname2.c14 free(h);
/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGdestroy_addr_space.c7 Permission is hereby granted, free of charge, to any person obtaining
34 free (as);
H A Dflush_cache.c7 Permission is hereby granted, free of charge, to any person obtaining
39 free (w->index);
40 free (w->debug_frame);
H A Dcommon.c5 Permission is hereby granted, free of charge, to any person obtaining
52 free(edi->ehdr.data);
53 free(edi->phdr.data);
54 free(edi->eh.data);
55 free(edi->dyn.data);
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dfreelocale.c7 free(l);
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dposix_spawn_file_actions_destroy.c9 free(op);
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_malloc.h17 // malloc/free, while the kernel will *always* use the one kernel-approved
35 static void Free(void* ptr) { ::free(ptr); }
47 static void Free(void* ptr) { ::free(ptr); }
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doswindir.c110 free (SearchInfo);
127 free (FullWildcardSpec);
128 free (SearchInfo);
247 /* Close the directory and free allocations */
250 free (SearchInfo->FullWildcardSpec);
251 free (DirHandle);
H A Dosunixdir.c106 free (ExternalInfo);
175 free (temp_str);
179 free (temp_str);
218 /* Close the directory and free allocations */
221 free (DirHandle);
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dfork.c18 free(p);
22 free(p);
H A Dslab.c24 free(extent_addr_get(&slab));
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dfclose.c25 free(f->getln_buf);
27 free(f);
/fuchsia/zircon/system/ulib/zxcpp/
H A Dnew.cpp77 return ::free(p);
81 return ::free(p);
85 return ::free(p);
89 return ::free(p);
/fuchsia/zircon/system/utest/perftest/
H A Dmalloc-test.cpp11 // Measure the time taken to malloc() and free() a 100-byte block.
14 // getting a rough idea of the cost of malloc() and free().
17 state->DeclareStep("free");
20 // Clang can optimize away pairs of malloc() and free() calls;
27 free(block);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmalloc.h14 void free(void*);
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dthread_tcache_enabled.c56 free(malloc(1));
62 free(malloc(1));
68 free(malloc(1));
74 free(malloc(1));
80 free(malloc(1));
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Damlogic-canvas.h24 zx_status_t (*free)(void* ctx, uint8_t canvas_idx); member in struct:__anon919
43 return canvas->ops->free(canvas->ctx, canvas_idx);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
H A Dinternal.h8 * This library is free for commercial and non-commercial use as long as
98 // free is called when an |EVP_MD_CTX| is being freed and the |pctx| also
100 void (*free) (EVP_PKEY_CTX *pctx); member in struct:evp_md_pctx_ops
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgrent_a.c19 free(*line);
49 free(*mem);
53 free(*line);
/fuchsia/zircon/third_party/ulib/jemalloc/test/stress/
H A Dmicrobench.c46 /* The compiler can optimize away free(malloc(1))! */
52 free(p);
63 free(p);
97 compare_funcs(10*1000*1000, 100*1000*1000, "free", malloc_free,
120 free(p);
135 free(p);
157 free(p);
/fuchsia/zircon/system/ulib/launchpad/
H A Delf.c19 free(info);
38 free(info);
55 free(buffer);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_rename.h14 # define je_free free
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dsetenv.c29 free(s);

Completed in 128 milliseconds

1234567891011>>