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

<<51525354555657585960>>

  /external/bison/src/
ielr.c 3 Copyright (C) 2009-2012 Free Software Foundation, Inc.
7 This program is free software: you can redistribute it and/or modify
9 the Free Software Foundation, either version 3 of the License, or
280 free (edge_array);
329 free (predecessor_counts);
360 free (edges[i]);
362 free (edges);
363 free (edge_counts);
546 free (item_lookahead_sets[i]);
548 free (item_lookahead_sets)
    [all...]
  /external/ltrace/
proc.c 7 * This program is free software; you can redistribute it and/or
9 * published by the Free Software Foundation; either version 2 of the
18 * along with this program; if not, write to the Free Software
126 free(proc->filename);
130 free(proc->breakpoints);
186 free(proc->breakpoints);
188 free(proc->filename);
242 free(bp);
268 free(proc->filename);
276 free(lib)
    [all...]
  /bionic/libc/bionic/
net_if.cpp 86 static void Free(if_list* list, bool names_too) {
90 if (names_too) free(it->data.if_name);
91 free(it);
124 if_list::Free(list, true);
147 // Free temporary storage.
148 if_list::Free(list, false);
158 free(ptr->if_name);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 108 free(st);
128 free(st);
134 free(st);
open_wmemstream.c 118 free(st);
138 free(st);
144 free(st);
  /bootable/recovery/mtdutils/
mtdutils.c 99 free(p->name);
170 // keep "partitions" around so we can free the names on a rescan.
264 free(ctx);
272 free(ctx->buffer);
273 free(ctx);
364 free(ctx->buffer);
365 free(ctx);
379 free(ctx);
387 free(ctx->buffer);
388 free(ctx)
    [all...]
  /build/tools/acp/
acp.c 159 free(src);
161 free(dst);
165 free(stripDest);
  /development/ndk/sources/android/ndk_helper/
shader.cpp 100 free( log );
156 free( log );
181 free( log );
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 109 free(node);
150 * so we free data directly */
152 free(node->data.p);
154 free(node);
mm_jpegdec_interface.c 222 free(g_jpegdec_obj);
266 free(jpeg_obj);
294 free(g_jpegdec_obj);
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 109 free(node);
150 * so we free data directly */
152 free(node->data.p);
154 free(node);
mm_jpegdec_interface.c 222 free(g_jpegdec_obj);
266 free(jpeg_obj);
294 free(g_jpegdec_obj);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 269 free(g_jpeg_obj);
320 free(jpeg_obj);
348 free(g_jpeg_obj);
mm_jpeg_queue.c 107 free(node);
149 * so we free data directly */
151 free(node->data);
153 free(node);
mm_jpegdec_interface.c 225 free(g_jpegdec_obj);
269 free(jpeg_obj);
297 free(g_jpegdec_obj);
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 103 * This function gets the free amount of carveout from sysfs.
105 int GetCarveoutFreeSize(unsigned int *free)
114 * can query free carveout size
124 fscanf(f, "%d", free);
191 free(data);
353 unsigned int free; local
354 GetCarveoutFreeSize(&free);
355 printf("CarveOut free after phase %d allocation: %d\n",
356 phase, free);
389 printf("CarveOut free before cleanup: %d [%dMB]\n", carveoutFree
419 unsigned int free; local
451 unsigned int free; local
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 25 "attempting double-free");
35 EXPECT_DEATH(CFAllocator_DoubleFreeOnPthread(), "attempting double-free");
74 "attempting double-free");
79 EXPECT_DEATH(CFAllocatorMallocDoubleFree(), "attempting double-free");
83 EXPECT_DEATH(CFAllocatorMallocZoneDoubleFree(), "attempting double-free");
146 free(pointers[i]);
161 free(ptr);
217 // Make sure that correct pointer is passed to free() when deallocating a
233 free(alloc);
234 // Even the default OSX allocator may not change the stats after free()
    [all...]
  /external/compiler-rt/lib/builtins/
emutls.c 60 free(base);
63 free(((void**)base)[-1]);
110 free(ptr);
  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 38 free(ValueDataBegin);
75 free(Copy);
90 free(UNCONST(__llvm_profile_CurrentFilename));
  /external/curl/lib/
base64.c 152 free(newstr);
204 free(output);
255 free(convbuf);
http_negotiate.c 83 free(spn);
88 free(spn);
184 free(encoded);
share.c 42 free(share);
203 free(share->sslsession);
209 free(share);
  /external/curl/src/
tool_main.c 108 log a free() without an alloc! */
163 free(config->first);
168 free(config->first);
173 free(config->first);
223 /* Free the config structures */
  /external/e2fsprogs/e2fsck/
region.c 53 free(r);
56 free(region);
93 free(next);
  /external/e2fsprogs/lib/ss/
help.c 67 free(buffer);
92 free(buffer);
102 free(buf);

Completed in 736 milliseconds

<<51525354555657585960>>