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

1 2 3 4 5 6 78 91011>>

  /external/libpcap/
inet.c 165 * that {Free,Net,Open,DragonFly}BSD provide.
196 free(en_name);
229 free(curdev);
240 free(curdev->name);
241 free(curdev);
403 free(curaddr);
415 free(curaddr->addr);
416 free(curaddr);
428 free(curaddr->netmask);
430 free(curaddr->addr)
    [all...]
  /external/valgrind/main/memcheck/tests/
writev1.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
11 Address 0x........ is not stack'd, malloc'd or (recently) free'd
17 Address 0x........ is not stack'd, malloc'd or (recently) free'd
badjump2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /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);
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 5 * This program is free software; you can redistribute it and/or modify it
7 * the Free Software Foundation.
50 free(current);
173 free(filename);
179 free(filename);
183 free(builtname_generic);
185 free(builtname);
187 free(scan_el_dir);
240 free(filename);
244 free(builtname_generic)
    [all...]
  /external/bison/src/
files.c 3 Copyright (C) 1984, 1986, 1989, 1992, 2000-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
343 free (all_but_tab_ext);
344 free (src_extension);
345 free (header_extension);
371 free (*file_name);
385 free (all_but_ext);
386 free (spec_verbose_file);
387 free (spec_graph_file)
    [all...]
  /external/elfutils/libelf/
elf_end.c 0 /* Free resources associated with Elf descriptor.
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,
87 descriptors which depend on it. But we can free the archive
93 free (elf->state.ar.ar_sym);
106 solve this problem by giving free the child lock. The
128 /* This was the last activation. Free all resources. */
133 free (elf->state.ar.long_names);
148 free (rawchunks->data.d.d_buf)
    [all...]
  /external/libsepol/src/
context.c 108 /* Allocate space for the context; caller must free this space. */
136 free(scontext);
221 free(user);
222 free(type);
223 free(role);
231 free(scontext);
232 free(user);
233 free(type);
234 free(role);
277 free(mls)
    [all...]
  /system/core/libcutils/
str_parms.c 69 free(str_parms);
103 free(key);
104 free(value);
125 free(str_parms);
167 /* if we replaced a value, free it */
170 free(old_val);
171 free(key);
182 free(str);
204 free(old_val);
205 free(tmp_key)
    [all...]
  /bionic/libc/bionic/
getcwd.cpp 61 free(allocated_buf);
70 free(allocated_buf);
  /bootable/recovery/updater/
install.c 124 free(fs_type);
125 free(partition_type);
126 free(location);
127 if (result != mount_point) free(mount_point);
156 if (result != mount_point) free(mount_point);
186 if (result != mount_point) free(mount_point);
276 free(fs_type);
277 free(partition_type);
278 if (result != location) free(location);
291 free(paths[j])
    [all...]
  /external/bison/lib/
fprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation; either version 3 of the License, or
60 free (output);
67 free (output);
vfprintf.c 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation; either version 3 of the License, or
57 free (output);
64 free (output);
  /external/clang/test/CodeGen/
conditional.c 36 (1 ? free(0) : _efree(0));
40 1 ? _efree(0) : free(0);
  /external/compiler-rt/lib/asan/tests/
asan_racy_double_free_test.cc 11 free(x[i]);
19 free(x[i]);
  /external/e2fsprogs/lib/e2p/
iod.c 57 free(de);
72 free(de);
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 13 request do_free_icount, "Free an icount structure",
14 free_icount, free;
  /external/libvpx/libvpx/vp8/common/
rtcd.c 44 free(new_lock);
62 /* Last one out should free resources. The destructed objects are
68 free(lock);
  /external/llvm/unittests/Support/
ManagedStatic.cpp 55 free(p1);
56 free(p2);
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/valgrind/main/helgrind/
hg_basics.c 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
55 void HG_(free) ( void* p ) function
58 VG_(free)(p);
  /external/valgrind/main/massif/tests/
custom_alloc.c 47 // don't actually free any memory... but mark it as freed
67 free(a);
70 free(a);
overloaded-new.cpp 39 return free(p);
44 return free(p);

Completed in 513 milliseconds

1 2 3 4 5 6 78 91011>>