HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 801 - 825 of 5893) sorted by null

<<31323334353637383940>>

  /bionic/libc/bionic/
posix_timers.cpp 99 free(timer);
122 free(timer);
137 free(timer);
163 free(timer);
199 // For timers without threads, we can just free right away.
200 free(timer);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fmemopen.c 100 free(v);
110 free(st->string);
111 free(st);
142 free(st);
153 free(st);
  /bootable/recovery/edify/
main.cpp 48 free(state.errmsg);
49 free(state.script);
64 free(result);
68 free(result);
213 free(state.errmsg);
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 54 /* Redirect calloc and free to test_calloc() and test_free() so cmockery can
60 #ifdef free
61 #undef free macro
62 #endif // free
63 #define free(ptr) _test_free(ptr, __FILE__, __LINE__) macro
230 free(*intermediate_values);
262 free(intermediate_values);
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 13 // We simply define functions like malloc, free, realloc, etc.
37 INTERCEPTOR(void, free, void *ptr) {
149 void (*free)(void *mem);
158 void (*free)(void *mem);
170 WRAP(malloc), WRAP(free), WRAP(calloc),
174 WRAP(calloc), WRAP(free), WRAP(mallinfo),
  /external/curl/tests/libtest/
lib568.c 74 free(stream_uri);
108 free(stream_uri);
123 free(stream_uri);
151 free(stream_uri);
162 free(stream_uri);
lib571.c 132 free(stream_uri);
153 free(stream_uri);
167 free(stream_uri);
180 free(stream_uri);
198 free(stream_uri);
  /external/dhcpcd-6.8.2/
ifaddrs.c 58 free(ifa);
142 free(ifp->ifa_name);
144 free(ifp->ifa_addr);
146 free(ifp->ifa_netmask);
148 free(ifp);
  /external/drm_gralloc/
gralloc_drm_rockchip.c 33 free(info);
131 free(buf);
147 free(buf);
187 free(info);
194 info->base.free = drm_gem_rockchip_free;
  /external/flac/libFLAC/
memory.c 1 /* libFLAC - Free Lossless Audio Codec library
84 free(*unaligned_pointer);
113 free(*unaligned_pointer);
142 free(*unaligned_pointer);
171 free(*unaligned_pointer);
202 free(*unaligned_pointer);
  /external/iproute2/lib/
names.c 4 * This program is free software; you can redistribute it and/or
6 * as published by the Free Software Foundation; either version
99 free(entry);
127 free(entry->name);
128 free(entry);
133 free(db->hash);
134 free(db);
  /external/libdrm/tests/kms/
libkms-test-device.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
89 free(screen);
184 free(device->planes);
189 free(device->crtcs);
194 free(device->screens);
199 free(device);
  /external/libpng/contrib/gregbook/
readpng.c 40 This program is free software; you can redistribute it and/or modify
42 the Free Software Foundation; either version 2 of the License, or
51 along with this program; if not, write to the Free Software Foundation,
219 free(image_data);
221 free(row_pointers);
273 free(image_data);
296 free(row_pointers);
308 free(image_data);
  /external/libselinux/src/
context.c 34 free(n);
90 free(*v);
96 * free all storage used by a context. Safe to call with
110 free(n);
112 free(context);
164 free(t);
  /external/selinux/libselinux/src/
context.c 34 free(n);
90 free(*v);
96 * free all storage used by a context. Safe to call with
110 free(n);
112 free(context);
162 free(t);
  /external/selinux/libsemanage/src/
database_file.c 92 rtable->free(process_record);
97 rtable->free(process_record);
104 rtable->free(process_record);
183 free(tmp_dbase);
192 free(dbase);
ports_file.c 51 free(con_str);
57 free(con_str);
92 free(str);
136 free(str);
154 free(str);
  /external/selinux/libsepol/src/
booleans.c 41 free(name);
49 free(name);
136 free(name);
166 free(name);
174 free(name);
  /external/vboot_reference/cgpt/
cgpt_wrapper.c 103 free(my_argv);
119 free(real_cgpt);
120 free(my_argv);
138 free(original_hash);
139 free(modified_hash);
  /external/vboot_reference/host/lib/
host_keyblock.c 59 free(sigtmp);
65 free(sigtmp);
119 free(sigtmp);
126 free(sigtmp);
133 * pointer, and must free it with free().
151 free(block);
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 6 * Permission is hereby granted, free of charge, to any person obtaining
174 free(plat->pins);
179 free(sub_plat->pins);
181 free(sub_plat);
183 free(plat);
187 free(plat_iio);
602 free(file);
607 free(file);
608 free(line);
618 free(file)
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 110 free(g_module_err);
163 free(new);
201 free(new);
233 free(module->name);
234 free(module);
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 4 Free Software Foundation, Inc.
7 Libiberty is free software; you can redistribute it and/or
9 License as published by the Free Software Foundation; either
19 write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
215 free (namebuf);
216 free (foundbuf);
233 free (namebuf);
238 free (foundbuf);
246 free (foundbuf);
265 free (foundbuf)
    [all...]
  /external/curl/packages/OS400/
os400sys.c 102 free(p->buf);
106 free(private);
200 free(bufs);
282 free(enodename);
303 free(enodename);
304 free(eservname);
337 free(enodename);
346 free(enodename);
347 free(eservname);
392 free(p)
    [all...]
  /external/harfbuzz_ng/src/
hb-directwrite.cc 165 free (new_sfnt_data);
177 HB_MEMORY_MODE_WRITABLE, NULL, free);
195 free(data);
206 free (data);
217 free(data);
291 free (data);
379 free (origRun);
749 free (clusterMap);
750 free (glyphIndices);
751 free (textProperties)
    [all...]

Completed in 397 milliseconds

<<31323334353637383940>>