HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 201 - 225 of 2673) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 9 * Licensed under the Academic Free License version 2.0
12 * This library is free software; you can redistribute it and/or
14 * License as published by the Free Software Foundation; either
24 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
84 free (list->aliases[i].alias);
85 free (list->aliases[i].mime_type);
87 free (list->aliases);
89 free (list);
xdgmimeicon.c 8 * Licensed under the Academic Free License version 2.0
11 * This library is free software; you can redistribute it and/or
13 * License as published by the Free Software Foundation; either
23 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
83 free (list->icons[i].mime_type);
84 free (list->icons[i].icon_name);
86 free (list->icons);
88 free (list);
  /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 57 /* Free the old data structure if we have allocated it. */
59 free (old_pattern);
  /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/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/llvm/runtime/libprofile/
BasicBlockTracing.c 31 * data and free the trace buffer.
35 free (ArrayStart);
  /external/openssl/crypto/
LPdir_win.c 83 free(*ctx);
97 free(wdir);
104 free(*ctx);
147 free(*ctx);
  /external/oprofile/libutil/
op_file.c 73 free(str);
108 free(name);
169 free(name);
188 free(name);
  /external/qemu/android/camera/
camera-common.h 160 free(ci->display_name);
162 free(ci->device_name);
164 free(ci->direction);
166 free(ci->frame_sizes);
  /external/skia/gpu/src/
GrAllocPool.cpp 53 size_t free = GrMin(bytes, fBytesTotal - fBytesFree); local
54 fBytesFree += free;
55 fPtr -= free;
56 return bytes - free;
  /external/skia/src/ports/
SkMemory_malloc.cpp 32 free(p);
  /external/valgrind/main/exp-ptrcheck/tests/
hsg.c 32 free(duh);
pth_create.stderr.exp 14 once-legitimate range, a block of size 4 free'd
15 at 0x........: free (vg_replace_malloc.c:...)
zero.stderr.exp 12 once-legitimate range, a block of size 10 free'd
13 at 0x........: free (vg_replace_malloc.c:...)
  /external/valgrind/main/helgrind/
hg_basics.h 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
43 void HG_(free) ( void* p );
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.c 24 free(xx);
  /external/valgrind/main/include/
pub_tool_mallocfree.h 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
41 extern void VG_(free) ( void* p );
  /external/valgrind/main/massif/tests/
ignored.c 10 free(ignored_x2);
47 x = realloc(ignored_x, 0); // equivalent to 'free(ignored_x)'.
  /external/valgrind/main/memcheck/tests/
malloc1.stderr.exp 4 Address 0x........ is 1 bytes inside a block of size 10 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
varinfo2.c 30 free(undefp);
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.c 16 free(x);

Completed in 1119 milliseconds

1 2 3 4 5 6 7 891011>>