HomeSort by relevance Sort by last modified time
    Searched defs:free (Results 226 - 250 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jemalloc/include/jemalloc/
jemalloc.h 338 # define free je_free macro
  /external/libxml2/python/
libxml.py 499 Note: This method does not free memory taken by the ns
500 definitions. You will need to free it manually with the
516 def free(self): member in class:xmlCore
  /external/python/cpython2/Python/
symtable.c 320 which determines whether a name is local, global, or free. In addition,
322 bindings that are used for free variables in enclosed blocks.
324 There are also two kinds of free variables, implicit and explicit. An
326 global is a free variable for which the compiler has found no binding
340 are used to determine if the variable is free or an implicit global.
344 The children update the free variable set. If a local variable is free
347 frame. Cell variables are removed from the free set before the analyze
350 The sets of bound and free variables are implemented as dictionaries
374 PyObject *bound, PyObject *local, PyObject *free,
780 PyObject *free, *global; local
    [all...]
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 3 /*--- malloc/free wrappers for detecting errors and updating bits. ---*/
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
67 /*--- Tracking malloc'd and free'd blocks ---*/
94 This allows a client to allocate and free big blocks
133 /* Release enough of the oldest blocks to bring the free queue
167 /* free MC_Chunk */
210 if the free list volume is exceeded. */
331 /* We need the execontext for the free operation, either to stor
516 void MC_(free) ( ThreadId tid, void* p ) function
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 99 * Deinitialize the EAP method and free any allocated private data.
222 * free - Free EAP method data
232 * data with free(method). This is suitable for most cases.
234 void (*free)(struct eap_method *method); member in struct:eap_method
  /frameworks/base/libs/hwui/
FontRenderer.cpp 712 free(*image);
770 uint32_t free = cacheTexture->calculateFreeMemory(); local
772 log.appendFormat(" %-4s texture %d %8d / %8d\n", tag, i, total - free, total);
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 6 * This code is free software; you can redistribute it and/or modify it
8 * published by the Free Software Foundation. Oracle designates this
19 * 2 along with this work; if not, write to the Free Software Foundation,
88 void free() { method in class:DirectByteBuffer.MemoryRef
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 352 ** Returns TRUE if need to free buffer
357 bool free = true; local
370 return free;
378 free = false;
399 free = nci_proc_core_rsp(p_msg);
453 return (free);
    [all...]
  /bionic/libc/kernel/uapi/linux/
omapfb.h 170 __u32 free; member in struct:omapfb_vram_info
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 51 #define OKFREE(x, y) if ((x) < 0) { FREE((y)); EV_ERR(errno); } \
63 #define FREE(p) memput((p), sizeof *(p))
169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon1444
  /bionic/linker/
linker.cpp 284 void SoinfoListAllocator::free(LinkedListEntry<soinfo>* entry) { function in class:SoinfoListAllocator
285 g_soinfo_links_allocator.free(entry);
292 void NamespaceListAllocator::free(LinkedListEntry<android_namespace_t>* entry) { function in class:NamespaceListAllocator
293 g_namespace_list_allocator.free(entry);
342 g_soinfo_allocator.free(si);
536 static void free(void* ptr) { function in class:SizeBasedAllocator
537 allocator_.free(ptr);
554 static void free(T* ptr) { function in class:TypeBasedAllocator
555 SizeBasedAllocator<sizeof(T)>::free(ptr);
564 TypeBasedAllocator<LoadTask>::free(t)
    [all...]
  /external/capstone/include/
capstone.h 120 // User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf()
121 // By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().
126 cs_free_t free; member in struct:cs_opt_mem
429 NOTE 2: caller must free the allocated memory itself to avoid memory leaking.
473 Free memory allocated by cs_malloc() or cs_disasm() (argument @insn)
477 to free memory allocated by cs_malloc().
  /external/fio/
iolog.c 150 free(ipo);
153 free(ipo);
173 free(ipo);
193 free(ipo);
201 free(ipo);
286 free(__ipo);
321 free(ipo);
340 free(td->iolog_buf);
474 free(str);
475 free(act)
801 bool free; member in struct:iolog_flush_data
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 68 #define free hb_free_impl macro
522 free (array);
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 643 * amount of free memory stabilizes to within 10%.
648 long free = 1; local
652 last = free;
653 free = runtime.freeMemory();
654 } while (((double) Math.abs(free - last)) / free > 0.1);
655 // Wait for the change in free memory to drop under 10%
    [all...]
  /external/iputils/
arping.c 4 * This program is free software; you can redistribute it and/or
6 * as published by the Free Software Foundation; either version
514 int free; member in struct:sysfs_devattrs
536 .free = 1,
542 .free = 1,
650 free(v->ifname);
652 if (sysfs_devattrs[i].free)
653 free(v->value[i].ptr);
713 free(m);
881 free(ifr0)
    [all...]
  /external/kernel-headers/original/uapi/linux/
omapfb.h 10 * This program is free software; you can redistribute it and/or modify it
12 * Free Software Foundation; either version 2 of the License, or (at your
21 * with this program; if not, write to the Free Software Foundation, Inc.,
202 __u32 free; member in struct:omapfb_vram_info
  /external/libvterm/include/
vterm.h 119 void (*free)(void *ptr, void *allocdata); member in struct:__anon26317
  /external/llvm/include/llvm/Support/
FileSystem.h 72 uint64_t free; member in struct:llvm::sys::fs::space_info
667 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /external/oj-libjdwp/src/share/back/
util.h 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
37 #undef free macro
38 #define free(p) Do not use this interface. macro
  /external/python/cpython3/Python/
symtable.c 398 which determines whether a name is local, global, or free. In addition,
400 bindings that are used for free variables in enclosed blocks.
404 global is a free variable for which the compiler has found no binding
419 are used to determine if non-local variables are free or implicit globals.
425 The children update the free variable set. If a local variable is added to
426 the free variable set by the child, the variable is marked as a cell. The
429 free set before the analyze function returns to its parent.
436 free: set of all symbol names referenced but not bound in child scopes
460 PyObject *bound, PyObject *local, PyObject *free,
502 SET_SCOPE(scopes, name, FREE);
898 PyObject *free, *global; local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 71 uint64_t free; member in struct:llvm::sys::fs::space_info
678 /// @returns a space_info structure filled with the capacity, free, and
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 1523 size_t free = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 46 * free - Free EAP method data
56 * data with free(method). This is suitable for most cases.
58 void (*free)(struct eap_method *method); member in struct:eap_method
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 81 /** Return value from {@link #checkDestination} for free (no cost) short codes. */
159 /** XML attribute for the free short code regex pattern. */
160 private static final String ATTR_FREE = "free";
332 String free = parser.getAttributeValue(null, ATTR_FREE); local
334 return new ShortCodePatternMatcher(pattern, premium, free, standard);

Completed in 1052 milliseconds

1 2 3 4 5 6 7 8 91011>>