Searched refs:free (Results 26 - 50 of 316) sorted by relevance

1234567891011>>

/fuchsia/zircon/system/dev/gpio/gpio-test/
H A Dgpio-test.c50 free(gpio_test->gpios);
51 free(gpio_test);
153 free(gpio_test);
159 free(gpio_test);
165 free(gpio_test);
171 free(gpio_test->gpios);
172 free(gpio_test);
187 free(gpio_test);
/fuchsia/zircon/system/dev/gpu/aml-gpu/
H A Daml-s905d2g.c41 free(gpu->gp0_pll_dev);
42 free(gpu->hiu_dev);
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Damlogic-canvas.h52 ops_.free = CanvasFree;
88 return ops_->free(ctx_, canvas_idx);
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dread.c71 free (view->base);
78 free (view->base);
/fuchsia/zircon/third_party/ulib/musl/src/dirent/
H A Dscandir.c41 free(names[cnt]);
42 free(names);
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dputenv.c38 free(__env_map[j]);
54 free(oldenv);
H A Dunsetenv.c23 free(__env_map[j]);
/fuchsia/zircon/third_party/ulib/musl/src/ldso/
H A Ddlerror.c22 free(self->dlerror_buf);
30 free(self->dlerror_buf);
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgr_r.c30 free(mem);
31 free(line);
H A Dgetgrouplist.c85 free(nscdbuf);
86 free(buf);
87 free(mem);
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-composite.c41 free(interface_desc);
65 free(interface_desc);
66 free(intf);
101 free(interface_desc);
102 free(intf);
183 free(assoc_desc);
184 free(intf);
300 free(comp->interface_statuses);
351 free(comp->config_desc);
352 free(com
[all...]
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dusb-bus.c140 free(bus->devices);
141 free(bus);
158 free(bus);
164 free(bus);
174 free(bus);
195 free(bus->devices);
196 free(bus);
/fuchsia/zircon/system/dev/board/gauss/
H A Dgauss-i2c-test.c36 free(bus);
76 free(i2c_test);
90 free(i2c_test);
/fuchsia/zircon/system/dev/board/hikey960/
H A Dhikey960-i2c-test.c35 free(bus);
76 free(i2c_test);
90 free(i2c_test);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dwordexp.c141 free(getword(f));
192 free(we->we_wordv[we->we_offs + i]);
193 free(we->we_wordv);
/fuchsia/zircon/kernel/lib/heap/include/lib/
H A Dheap.h24 void free(void *ptr);
38 // tell the heap to return any free pages it can find
46 // |size_bytes| is the total size of the heap, |free_bytes| is the free portion.
/fuchsia/zircon/system/uapp/psutils/
H A Dvmo-utils.c34 free(vmos);
/fuchsia/zircon/system/ulib/fidl/
H A Dmessage_buffer.cpp34 free(buffer_);
/fuchsia/zircon/system/utest/getentropy/
H A Dgetentropy.cpp40 free(buf);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h8 #define je_free JEMALLOC_N(free)
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Doverflow.c39 free(p);
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dexample.c57 * linenoise, so the user needs to free() it. */
71 free(line);
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A D__cxa_thread_atexit.c24 free(cur);
/fuchsia/zircon/system/dev/board/qemu/test/
H A Dchild-2.c21 free(ctx);
70 free(test);
H A Dchild-3.c21 free(ctx);
70 free(test);

Completed in 83 milliseconds

1234567891011>>