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

<<81828384858687888990>>

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
allocators.h 28 Note that Malloc() and Realloc() are non-static but Free() is static.
30 So if an allocator need to support Free(), it needs to put its pointer in
35 static const bool kNeedFree; //!< Whether this allocator needs to call Free().
48 // Free a memory block.
50 static void Free(void *ptr);
74 std::free(originalPtr);
79 static void Free(void *ptr) { std::free(ptr); }
88 It does not free memory blocks. And Realloc() only allocate new memory.
104 static const bool kNeedFree = false; //!< Tell users that no need to call Free() with this allocator. (concept Allocator)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdlib 93 using ::free;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 92 using ::free;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdlib 92 using ::free;
  /system/bt/osi/src/
allocation_tracker.c 58 free
78 free,
158 assert(!allocation->freed); // Must not be a double free
170 // Free the hash map entry to avoid unlimited memory usage growth.
171 // Double-free of memory is detected with "assert(allocation)" above
  /system/core/liblog/
pmsg_reader.c 469 free(content);
514 free(content);
523 free(content);
543 free(content);
551 free(content);
563 free(content);
581 free(buf);
584 free(names);
  /system/core/libmincrypt/test/
ecdsa_test.c 238 free(message); \
274 free(signature); \
  /system/core/libusbhost/
usbhost.c 170 free(context);
179 free(context);
354 free(device);
380 free(device);
638 free(urb);
645 free(urb);
660 free(req->private_data);
661 free(req);
  /external/cblas/testing/
c_cblas2.c 31 free(A);
78 free(A);
109 free(A);
137 free(A);
165 free(A);
228 free(A);
283 free(A);
284 free(AP);
349 free(A);
413 free(A)
    [all...]
c_zblas2.c 31 free(A);
78 free(A);
109 free(A);
137 free(A);
165 free(A);
228 free(A);
283 free(A);
284 free(AP);
349 free(A);
413 free(A)
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
16 GNU Make; see the file COPYING. If not, write to the Free Software
376 free ((char *) chain);
393 free (name);
862 free (var->value);
872 free (result);
880 free (varname);
881 free (list)
    [all...]
  /bionic/libc/bionic/
syslog.cpp 118 free(const_cast<char*>(log_fmt));
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 60 * ungetc data), cancel line buffering, and free old buffer if
73 free((void *)fp->_bf._base);
  /bionic/tests/
buffer_tests.cpp 369 free(memory);
395 free(memory);
450 free(memory1);
451 free(memory2);
  /build/tools/fs_config/
fs_config.c 147 free(full_name);
  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 41 free(message);
  /dalvik/libdex/
DexDataMap.cpp 60 * Free a DexDataMap.
65 * in one fell swoop. Also, free(NULL) is a nop (per spec), so we
68 free(map);
  /device/google/contexthub/util/common/
ring.cpp 36 free(mData);
  /device/google/dragon/audio/hal/
array.h 94 /* Free the memory used by the array a. The array becomes an empty array. */
97 free((a)->element); \
  /device/huawei/angler/power/
list.c 104 free(del_node);
  /device/lge/bullhead/power/
list.c 104 free(del_node);
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 115 /* free buffers used in OMX processing */
698 free(job_node);
716 free(node);
721 free(data);
750 free(job_node);
768 free(job_node);
812 /* free node */
813 free(node);
    [all...]
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 173 free(node);
  /external/android-clat/
config.c 149 free(Global_Clatd_Config.plat_from_dns64_hostname);
240 * picks a free IPv4 address, starting from ip and trying all addresses in the prefix in order
345 free(tmp_ptr);
352 free(tmp_ptr);
377 free(root);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 133 void (*free) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct

Completed in 992 milliseconds

<<81828384858687888990>>