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

<<11121314151617181920>>

  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 48 free(bo->data);
77 free(bo->data);
94 free(bo->data);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf.c 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
63 free (me);
68 free (*phObject);
121 { /* free up object */
149 free(config.replay_file);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigestJDK.java 60 free(); method
100 private void free() { method in class:OpenSSLMessageDigestJDK
109 free(); method
  /bionic/libc/bionic/
fdprintf.c 43 free(buf);
initgroups.c 55 free(groups);
  /bionic/libc/kernel/common/linux/
smb.h 44 __u16 free; member in struct:smb_dskattr
  /dalvik/vm/native/
java_lang_VMClassLoader.cpp 47 free(name);
107 free(name);
108 free(descriptor);
144 free(name);
  /development/ndk/platforms/android-3/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3parser.c 80 parser->free(parser);
96 parser->free = freeParser;
134 parser->rec->state->following->free(parser->rec->state->following);
138 parser->rec->free(parser->rec);
  /external/bison/lib/
realloc.c 3 Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2012 Free Software
6 This program is free software: you can redistribute it and/or modify
8 the Free Software Foundation; either version 3 of the License, or
56 /* In theory realloc might fail, so don't rely on it to free. */
57 free (p);
  /external/blktrace/btt/
misc.c 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
61 free(fip->oname);
62 free(fip);
74 free(bip->buf);
75 free(bip);
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 13 // We simply define functions like malloc, free, realloc, etc.
26 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
33 void (*free)(void* mem); member in struct:MallocDebug
40 WRAP(malloc), WRAP(free), WRAP(calloc), WRAP(realloc), WRAP(memalign)
62 INTERCEPTOR(void, free, void *ptr) {
  /external/compiler-rt/lib/tsan/lit_tests/
free_race.c 13 free(mem);
37 // CHECK: WARNING: ThreadSanitizer: heap-use-after-free
42 // CHECK: #0 free
44 // CHECK: SUMMARY: ThreadSanitizer: heap-use-after-free{{.*}}Thread2
signal_errno.cc 33 free((void*)p);
  /external/e2fsprogs/intl/
finddomain.c 2 Copyright (C) 1995-1999, 2000-2001, 2003 Free Software Foundation, Inc.
5 This program is free software; you can redistribute it and/or modify it
7 by the Free Software Foundation; either version 2, or (at your option)
16 License along with this program; if not, write to the Free Software
165 /* The room for an alias was dynamically allocated. Free it now. */
167 free (locale);
169 /* The space for normalized_codeset is dynamically allocated. Free it. */
171 free ((void *) normalized_codeset);
188 free ((char *) here->filename);
189 free (here)
    [all...]
  /external/e2fsprogs/lib/ss/
invocation.c 94 free(t->prompt);
95 free(t->rqt_tables);
98 free(t->info_dirs);
103 free(t);
  /external/elfutils/libasm/
asm_fill.c 6 Red Hat elfutils is free software; you can redistribute it and/or modify
8 Free Software Foundation; version 2 of the License.
16 with Red Hat elfutils; if not, write to the Free Software Foundation,
69 /* Free the old data structure if we have allocated it. */
71 free (old_pattern);
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 5 Red Hat elfutils is free software; you can redistribute it and/or modify
7 Free Software Foundation; version 2 of the License.
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
117 free (*file_name);
125 free (name);
130 free(path);
166 free (*file_name);
find-debuginfo.c 5 Red Hat elfutils is free software; you can redistribute it and/or modify
7 Free Software Foundation; version 2 of the License.
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
76 free (fname);
221 free(path);
222 free(file_dirname);
232 free(path);
233 free(file_dirname);
238 free (fname);
244 free(path)
    [all...]
  /external/icu4c/test/letest/
letest.h 31 #define DELETE_ARRAY(array) free((void *) (array))
  /external/ipsec-tools/src/libipsec/
test-policy.c 139 free(buf);
146 free(buf);
208 free(buf);
249 free(m);
257 free(m);
265 free(m);
276 free(m);
289 free(m);
298 free(m);
  /external/libsepol/src/
boolean_record.c 65 free(key);
100 free(boolean->name);
176 free(boolean->name);
177 free(boolean);
interfaces.c 35 free(tmp_con);
44 free(tmp_con);
55 free(tmp_iface->u.name);
58 free(tmp_iface);
61 free(tmp_con);
191 free(c->u.name);
194 free(c);
210 free(iface->u.name);
213 free(iface);
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_grow.c 43 /* Simply free the new block, allowing it to coalesce with any
44 ** free block at that was the last block in the chunk prior to
47 U(free)(desc, HEAD_TO_PTR_REC(end));
  /external/linux-tools-perf/util/
quote.c 39 free(to_free);

Completed in 579 milliseconds

<<11121314151617181920>>