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

1 2 3 4 5 67 8 91011>>

  /external/expat/amiga/
stdlib.c 4 ** Permission is hereby granted, free of charge, to any person obtaining
50 free(mem);
61 free(mem);
67 void free (void * mem) function
  /external/expat/xmlwf/
readfilemap.c 84 free(p);
90 free(p);
95 free(p);
  /external/webkit/Source/JavaScriptCore/wtf/
BlockStack.h 60 free(m_spareBlock);
62 free(m_blocks[i]);
86 free(m_blocks.last());
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 24 free(tmp);
31 free(tmp);
51 free(tmp);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 24 free(tmp);
31 free(tmp);
51 free(tmp);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 24 free(tmp);
31 free(tmp);
51 free(tmp);
  /frameworks/compile/libbcc/tests/data/src/
brackets.c 40 free(ar);
53 free(ar);
54 free(ar2D);
casts.c 24 free((void*) px);
63 free((void*) px);
71 free((void*) px);
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 66 * @brief Free allocated space
73 free(ptr);
93 free(pm);
174 free((void*) handle);
  /packages/inputmethods/PinyinIME/jni/share/
sync.cpp 51 free(dictfile_);
60 free(dictfile_);
99 free(dictfile_);
  /external/libyuv/files/unit_test/
rotate_test.cc 70 free(input);
71 free(output_1);
72 free(output_2);
128 free(input);
129 free(output_a1);
130 free(output_b1);
131 free(output_a2);
132 free(output_b2);
190 free(input);
191 free(output_0)
    [all...]
  /external/bison/src/
nullable.c 4 Free Software Foundation, Inc.
8 Bison is free software; you can redistribute it and/or modify
10 the Free Software Foundation; either version 2, or (at your option)
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
130 free (squeue);
131 free (rcount);
132 free (rsets);
133 free (relts);
143 free (nullable);
  /external/dropbear/
compat.c 7 * Permission is hereby granted, free of charge, to any person obtaining a copy
220 free(shells);
223 free(strings);
241 free(shells);
244 free(strings);
259 free(strings);
  /external/skia/src/images/
SkCreateRLEPixelRef.cpp 73 size_t free = 0; local
79 if (free < maxPacked) {
81 free = size;
84 SkASSERT(packedSize <= free);
88 free -= packedSize;
  /system/extras/libpagemap/
pm_kernel.c 42 free(ker);
50 free(ker);
88 free(pids);
106 free(pids);
155 free(ker);
pm_process.c 50 free(proc);
57 free(proc);
63 free(proc);
115 free(range);
122 free(range);
127 free(range);
205 free(proc->maps);
207 free(proc);
252 free(maps);
272 free(maps)
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 122 free(module->name);
123 free(module);
176 free(line);
186 free(line);
208 free(modname);
220 free(line);
231 free(filename);
238 free(line);
249 free(line);
253 free(line)
    [all...]
  /external/e2fsprogs/lib/blkid/
dev.c 2 * dev.c - allocation/initialization/free routines for dev
48 free(dev->bid_name);
49 free(dev);
139 free(new_type);
140 free(new_value);
145 free(iter->search_type);
146 free(iter->search_value);
181 free(iter);
  /external/valgrind/main/drd/tests/
unit_vc.c 17 void VG_(free)(void* p) function
18 { return free(p); }
78 free(str);
80 free(str);
82 free(str);
89 free(str);
92 free(str);
  /hardware/msm7k/libgralloc/
allocator.cpp 93 if (cur->free && (cur->size >= (size+extra))) {
106 free_chunk->free = 0;
137 LOG_FATAL_IF(cur->free,
143 cur->free = 1;
147 if (p && (p->free || !cur->size)) {
154 } while (cur && cur->free);
156 LOG_FATAL_IF(!freed->free,
157 "freed block at offset 0x%08lX of size 0x%08lX is not free!",
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 93 if (cur->free && (cur->size >= (size+extra))) {
106 free_chunk->free = 0;
137 LOG_FATAL_IF(cur->free,
143 cur->free = 1;
147 if (p && (p->free || !cur->size)) {
154 } while (cur && cur->free);
156 LOG_FATAL_IF(!freed->free,
157 "freed block at offset 0x%08lX of size 0x%08lX is not free!",
  /bootable/recovery/updater/
install.c 113 free(fs_type);
114 free(partition_type);
115 free(location);
116 if (result != mount_point) free(mount_point);
145 if (result != mount_point) free(mount_point);
175 if (result != mount_point) free(mount_point);
258 free(fs_type);
259 free(partition_type);
260 if (result != location) free(location);
273 free(paths[j])
    [all...]
  /external/e2fsprogs/e2fsck/
profile_helpers.c 63 * Free any memory left over in the string abstraction, returning the
78 free(*cp);
79 free(list->list);
136 free(*cp);
137 free(list);
239 free(name);
257 free(str);
286 /* if malloc fails, free the ones that worked */
287 while(--i >= 0) free(filenames[i]);
288 free(filenames)
    [all...]
  /system/core/libcutils/
str_parms.c 69 free(str_parms);
78 free(key);
79 free(value);
87 free(str_parms);
129 /* if we replaced a value, free it */
132 free(old_val);
142 free(str);
167 free(old_val);
169 free(tmp);
260 free(*old_str)
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 27 Address 0x........ is not stack'd, malloc'd or (recently) free'd
43 Address 0x........ is not stack'd, malloc'd or (recently) free'd
56 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
97 Address 0x........ is not stack'd, malloc'd or (recently) free'd
110 Address 0x........ is not stack'd, malloc'd or (recently) free'd
114 Address 0x........ is not stack'd, malloc'd or (recently) free'd
124 Address 0x........ is not stack'd, malloc'd or (recently) free'd
140 Address 0x........ is not stack'd, malloc'd or (recently) free'd
150 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 67 8 91011>>