HomeSort by relevance Sort by last modified time
    Searched defs:FREE (Results 1 - 25 of 56) sorted by null

1 2 3

  /tools/test/connectivity/tools/lab/metrics/
ram_metric.py 22 COMMAND = "free -m"
26 FREE = 'free'
37 free: int representing total RAM free for new process in MB
44 # total used free shared buffers cached
57 self.FREE: int(fields[3]),
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
52 #define FREE(_ptr ) os_free(_ptr)
  /external/elfutils/lib/
dynamicsizehash.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
167 free (table);
196 #define FREE(name) _FREE (name)
199 FREE(NAME) (NAME *htab)
201 free (htab->table);
  /external/ltp/testcases/kernel/io/disktest/
defs.h 6 * This program is free software; you can redistribute it and/or modify
8 * the Free Software Foundation; either version 2 of the License, or
17 * along with this program; if not, write to the Free Software
73 #define FREE(mem) HeapFree(GetProcessHeap(), 0, mem)
85 #define FREE(mem) free(mem)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
io.h 37 #define FREE 0x000
  /external/libchrome/base/threading/
thread_local_storage.cc 38 // * Status: Tracks if the slot is allocated or free to assign.
77 FREE,
203 if (!tls_value || tls_metadata[slot].status == TlsStatus::FREE ||
272 // next slot is going to be a free slot.
275 if (g_tls_metadata[slot_candidate].status == TlsStatus::FREE) {
292 void ThreadLocalStorage::StaticSlot::Free() {
297 g_tls_metadata[slot_].status = TlsStatus::FREE;
336 tls_slot_.Free();
  /tools/loganalysis/src/com/android/loganalysis/item/
DumpsysProcessMeminfoItem.java 51 public static final String FREE = "FREE";
56 FREE,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.h 26 #define FREE(ptr) free (ptr)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.h 26 #define FREE(ptr) do { if ((ptr) != NULL) { free (ptr); } } while (0)
  /external/protobuf/php/ext/google/protobuf/
protobuf.h 273 #define FREE(object) efree(object)
  /external/python/cpython2/Include/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /external/python/cpython3/Include/
symtable.h 47 unsigned ste_free : 1; /* true if block has free variables */
48 unsigned ste_child_free : 1; /* true if a child block has free vars,
49 including free refs to globals */
93 #define DEF_FREE_CLASS 2<<5 /* free variable from class's method */
109 #define FREE 4
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 36 * to order the free nodes when they are asked.
63 // A node is free if...
74 // Sort the free nodes if requested (e.g. priorities)
180 String FREE = "[style=filled color=yellow]";
187 color = freeNodes.contains(n) ? FREE : "";
191 color = freeNodes.contains(n) ? FREE : RUNNING;
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.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
80 10050 FREE
112 through to malloc/free.
197 /* Below are new versions of malloc, __builtin_new, free,
496 /*---------------------- free ----------------------*/
499 'vg_replacement' to free previously allocated memory.
514 #define FREE(soname, fnname, vg_replacement) \
528 FREE(VG_Z_LIBSTDCXX_SONAME, free, free )
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /prebuilts/gdb/linux-x86/include/python2.7/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 35 unsigned ste_free : 1; /* true if block has free variables */
36 unsigned ste_child_free : 1; /* true if a child block has free vars,
37 including free refs to globals */
68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */
83 #define FREE 4
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 42 /** Status indicator for free table entries. */
43 protected static final byte FREE = 0;
186 if (states[index] == FREE) {
191 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
216 if (states[index] == FREE) {
221 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
274 if (states[index] == FREE) {
294 if (states[index] == FREE) {
307 if (states[index] == FREE) {
360 if (states[index] == FREE) {
    [all...]
OpenIntToFieldHashMap.java 45 /** Status indicator for free table entries. */
46 protected static final byte FREE = 0;
198 if (states[index] == FREE) {
203 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
228 if (states[index] == FREE) {
233 for (int perturb = perturb(hash); states[index] != FREE; perturb >>= PERTURB_SHIFT) {
286 if (states[index] == FREE) {
306 if (states[index] == FREE) {
319 if (states[index] == FREE) {
372 if (states[index] == FREE) {
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 21 #define FREE(X) { if(X) { free(X); (X)=0; } }
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGlobal.h 137 #define FREE(X) { if(X) { free(X); (X) = 0; } }
  /external/v8/src/
global-handles.cc 31 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
33 FREE = 0,
80 set_state(FREE);
87 DCHECK(state() == FREE);
106 set_state(FREE);
172 bool IsInUse() const { return state() != FREE; }
185 return state() != FREE &&
221 // Accessors for next free node in the free list
    [all...]

Completed in 670 milliseconds

1 2 3