HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 276 - 300 of 5602) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
StringParse.c 146 free (Rec);
165 free (Rec);
180 free (Rec->StringPack);
181 free (Rec);
231 // Free up all the memory we've allocated
235 free (mStringPacks->StringPack);
239 free (mStringPacks);
  /external/adhd/cras/src/server/
cras_alsa_ucm_section.c 16 free((void *)section->name);
18 free((void *)section->jack_name);
20 free((void *)section->jack_type);
22 free((void *)section->mixer_name);
24 free(section);
88 free((void *)section->mixer_name);
  /external/adhd/cras/src/tests/
dev_io_stubs.h 25 using DevStreamPtr = std::unique_ptr<dev_stream, decltype(free)*>;
26 using IodevPtr = std::unique_ptr<cras_iodev, decltype(free)*>;
27 using IonodePtr = std::unique_ptr<cras_ionode, decltype(free)*>;
28 using OpendevPtr = std::unique_ptr<open_dev, decltype(free)*>;
29 using RstreamPtr = std::unique_ptr<cras_rstream, decltype(free)*>;
30 using ShmPtr = std::unique_ptr<cras_audio_shm_area, decltype(free)*>;
  /external/selinux/libsemanage/src/
user_extra_record.c 97 free(user_extra->name);
121 free(user_extra->prefix);
154 free(user_extra->name);
155 free(user_extra->prefix);
156 free(user_extra);
196 .free = semanage_user_extra_free,
  /external/selinux/libsepol/src/
boolean_record.c 36 free(tmp_key);
72 free(key->name);
73 free(key);
108 free(boolean->name);
184 free(boolean->name);
185 free(boolean);
context.c 109 /* Allocate space for the context; caller must free this space. */
137 free(scontext);
222 free(user);
223 free(type);
224 free(role);
232 free(scontext);
233 free(user);
234 free(type);
235 free(role);
278 free(mls)
    [all...]
  /external/u-boot/board/gdsys/a38x/
keyprogram.c 62 free(*result);
98 free(prog);
119 free(hmac);
142 free(binprog);
148 free(prog);
154 free(prog);
  /external/zlib/src/contrib/puff/
pufftest.c 77 free(buf);
125 free(source);
130 free(source);
153 free(source);
159 free(dest);
163 free(source);
  /frameworks/av/services/mediaanalytics/
statsd_audiopolicy.cpp 122 // must free the strings that we were given
123 free(rqst_src);
124 free(rqst_pkg);
125 free(rqst_device);
126 free(active_src);
127 free(active_pkg);
128 free(active_device);
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
46 p->free ? 'F':'.',
48 if (p->free)
54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n",
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
60 p->free ? 'F':'.',
83 FREE(heap);
100 block->free = 1;
120 newblock->free = 1;
144 newblock->free = 1
    [all...]
  /bionic/libc/bionic/
getcwd.cpp 61 free(allocated_buf);
70 free(allocated_buf);
tmpfile.cpp 55 free(path);
61 free(path);
  /cts/tests/tests/media/libaudiojni/
Blob.h 39 free(mMem);
68 free(mMem);
  /external/brotli/c/fuzz/
run_decode_fuzzer.c 39 free(tmp);
42 free(data);
  /external/clang/test/CodeGen/
conditional.c 36 (1 ? free(0) : _efree(0));
40 1 ? _efree(0) : free(0);
  /external/clang/test/SemaCXX/
__try.cpp 12 void free(const void *);
21 ~Exception() {free(what); }
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 11 free(x[i]);
19 free(x[i]);
  /external/compiler-rt/test/asan/TestCases/Linux/
read_binary_name_regtest.c 25 free(p);
26 free(p);
  /external/compiler-rt/test/asan/TestCases/Posix/
tsd_dtor_leak.cc 22 free(tsd);
23 free((void*)v); // The bug was that this was leaking.
  /external/compiler-rt/test/asan/TestCases/
strcat_strict.c 41 free(to);
42 free(from);
strncat_strict.c 41 free(to);
42 free(from);
  /external/curl/lib/
curl_multibyte.c 52 free(str_w);
74 free(str_utf8);
netrc.c 110 free(home);
119 free(netrcfile);
171 free(login);
187 free(password);
221 free(*loginp);
227 free(*passwordp);
234 free(login);
236 free(password);
wildcard.c 62 free(wc->path);
64 free(wc->pattern);
  /external/e2fsprogs/lib/e2p/
iod.c 58 free(de);
73 free(de);

Completed in 1384 milliseconds

<<11121314151617181920>>