/sdk/sdklauncher/src/source/ |
sdklauncher.c | 65 free(s2);
|
/system/core/fs_mgr/ |
fs_mgr_slotselect.c | 132 free(fstab->recs[n].blk_device);
|
/system/core/init/ |
keychords.cpp | 109 free(keychords);
|
/system/core/libutils/ |
Printer.cpp | 59 free(formattedString);
|
/system/core/logd/ |
LogCommand.cpp | 38 // Race-free alternative is to introduce pairs of sockets 141 free(line);
|
/system/extras/perfprofd/quipper/ |
perf_utils.h | 9 #include <stdlib.h> // for free() 24 free(pointer);
|
/system/extras/tests/pagingtest/ |
pageinout_test.c | 88 free(vec);
|
/system/keymaster/ |
keymaster0_engine.h | 79 void operator()(void* p) { free(p); }
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/ |
absreloc.s | 2 # Copyright (C) 2011-2014 Free Software Foundation, Inc. 4 # This file is free software; you can redistribute it and/or modify 6 # the Free Software Foundation; either version 3 of the License, or 15 # along with this program; if not, write to the Free Software
|
/toolchain/binutils/binutils-2.25/libiberty/ |
vasprintf.c | 3 Copyright (C) 1994, 2003, 2011, 2013 Free Software Foundation, Inc. 6 Libiberty is free software; you can redistribute it and/or 8 License as published by the Free Software Foundation; either 18 not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, 179 free (result);
|
/toolchain/binutils/binutils-2.25/binutils/ |
readelf.c | 2 Copyright (C) 1998-2014 Free Software Foundation, Inc. 9 This program is free software; you can redistribute it and/or modify 11 the Free Software Foundation; either version 3 of the License, or 20 along with this program; if not, write to the Free Software 363 free (mvar); 802 free (erelas); 814 free (erelas); 832 free (erelas); 866 free (erelas); 899 free (erels) [all...] |
/bionic/libc/dns/net/ |
sethostent.c | 205 free(buf); 230 free(buf); 235 free(buf);
|
/bionic/linker/ |
linked_list.h | 112 Allocator::free(entry); 133 Allocator::free(p); 172 Allocator::free(e);
|
/cts/apps/cts-usb-accessory/ |
cts-usb-accessory.c | 96 free(serial); 99 free(serial); 199 free(sDeviceSerial);
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
CtsTestRunListener.java | 56 * Finally, we add a means to free memory allocated by a TestCase after its 118 long free = runtime.freeMemory(); local 119 long used = total - free; 123 Log.d(TAG, "Free memory : " + free);
|
/device/google/contexthub/util/stm32_flash/ |
flash.c | 240 free(buffer); 265 free(buffer); 291 free(buffer);
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 271 free(g_jpeg_obj); 338 free(jpeg_obj); 366 free(g_jpeg_obj);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 271 free(g_jpeg_obj); 338 free(jpeg_obj); 366 free(g_jpeg_obj);
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg_interface.c | 166 free(g_jpeg_obj); 197 free(jpeg_obj); 224 free(g_jpeg_obj);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 108 stream->free = antlr3TokenStreamFree; 123 // We only free up our subordinate interfaces if they belong 130 stream->tstream->istream->free(stream->tstream->istream); 133 stream->tstream->free(stream->tstream); 136 // Now we free our own resources 140 stream->tokens->free(stream->tokens); 145 stream->discardSet->free(stream->discardSet); 150 stream->channelOverrides->free(stream->channelOverrides); 154 // Free our memory now 166 // Free any resources that ar most like specifc to th [all...] |
/external/bison/lib/ |
error.c | 2 Copyright (C) 1990-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc. 5 This program is free software: you can redistribute it and/or modify 7 the Free Software Foundation; either version 3 of the License, or 225 free (wmessage); 255 free (wmessage); 264 free (wmessage);
|
/external/bison/src/ |
gram.c | 3 Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2012 Free Software 8 This program is free software: you can redistribute it and/or modify 10 the Free Software Foundation, either version 3 of the License, or 329 free (ritem - 1); 330 free (rules); 331 free (token_translations); 332 /* Free the symbol table data structure. */
|
/external/clang/test/Analysis/ |
dtor.cpp | 21 void free(void *); 28 free(X); 106 // expected-warning@28 {{Attempt to free released memory}} 251 free(p); // no-warning 531 delete[] p; // expected-warning {{free released memory}}
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 33 void free(inner_ptr&&); 49 ~thing() { traits.free(static_cast<inner_ptr&&>(val)); } 61 template<> void traits<thing<bool>>::free(bool&) {} function in class:X::traits
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 43 ///// Malloc/free interceptors. ///// 57 INTERCEPTOR(void, free, void *p) { 146 INTERCEPTOR(void, cfree, void *p) ALIAS(WRAPPER_NAME(free)); 266 INTERCEPT_FUNCTION(free);
|