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

<<81828384858687888990>>

  /external/elfutils/libelf/
elf_readall.c 6 This file is free software; you can redistribute it and/or modify
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
122 free (mem);
145 /* Free the locks on the children. */
  /external/elfutils/tests/
find-prologues.c 5 This file is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3 of the License, or
78 free (bkpts);
  /external/fio/
trim.c 46 free(ipo);
  /external/freetype/src/raster/
ftmisc.h 77 FT_Free_Func free; member in struct:FT_MemoryRec_
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 140 free(argv_v[i]);
  /external/harfbuzz_ng/src/
hb-shape-plan.cc 134 free (features);
222 free (shape_plan->user_features);
224 free (shape_plan);
478 free (node);
test-buffer-serialize.cc 78 destroy = free;
  /external/ipsec-tools/src/racoon/
debugrm.h 50 #define racoon_free(p) free((p))
getcertsbyname.c 88 free(res);
105 free(ci->ci_cert);
106 free(ci);
337 free(answer);
  /external/iptables/libipq/
libipq.c 15 * This program is free software; you can redistribute it and/or modify
17 * the Free Software Foundation; either version 2 of the License, or
228 free(h);
234 free(h);
245 free(h);
263 free(h);
  /external/iputils/ninfod/
ninfod.h 112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
113 free(_p); \
  /external/jemalloc/test/integration/
allocated.c 74 free(p);
posix_memalign.c 102 free(ps[i]);
  /external/jemalloc/test/unit/
decay.c 52 /* free(). */
54 free(p);
56 assert_u32_ne(tick1, tick0, "Expected ticker to tick during free()");
64 free(p);
73 free(p);
82 free(p);
  /external/jsoncpp/src/lib_json/
json_batchallocator.h 37 // object free space.
46 free(batch);
55 if (freeHead_) // returns node from free list.
66 if (!currentBatch_) // no free batch found, allocate a new one
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 7 * terms of the GNU General Public License as published by the Free
18 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
156 free(text);
157 free(bounds);
205 free(text);
206 free(bounds);
  /external/libchrome/base/process/
process_metrics_unittest.cc 173 EXPECT_EQ(meminfo.free, 140764);
189 EXPECT_EQ(meminfo.free, 69936);
352 EXPECT_GT(info.free, 0);
363 EXPECT_LT(info.free, info.total);
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 37 std::free(p);
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
auto_ptr.pass.cpp 32 std::free(p);
unique_ptr.pass.cpp 32 std::free(p);
  /external/libcxxabi/src/
cxa_new_delete.cpp 144 std::free(ptr);
  /external/libdrm/freedreno/msm/
msm_bo.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
95 free(msm_bo);
  /external/libedit/src/
el.h 99 #define el_free(a) free(a)
  /external/libexif/libexif/
exif-mem.c 26 /*! Default memory free function. */
30 free (d);
  /external/libexif/test/
test-mnote.c 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
98 free (buf);

Completed in 490 milliseconds

<<81828384858687888990>>