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

<<1112131415161718

  /system/core/logcat/
logcat.cpp 1086 strdup(optctx.optarg), free); local
1183 strdup(optctx.optarg), free); local
1376 free); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 109 PyObject *u_freevars; /* free variables */
375 into the free and cell var storage. Therefore if they aren't
491 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
1303 int i, free = PyCode_GetNumFree(co); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 109 PyObject *u_freevars; /* free variables */
468 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
1280 int i, free = PyCode_GetNumFree(co); local
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 242 void SimpleDateFormat::NSOverride::free() { function in class:SimpleDateFormat::NSOverride
    [all...]
decNumber.cpp 179 #include <stdlib.h> /* for malloc, free, etc. */
310 #define free(a) uprv_free(a) macro
314 /* Handle malloc/free accounting. If enabled, our accountable routines */
316 /* and free routines. */
318 #define free(a) decFree(a) macro
320 /* 'Our' malloc and free: */
8123 #undef free macro
8187 #define free macro
    [all...]
  /external/libxml2/include/libxml/
parser.h 72 xmlParserInputDeallocate free; /* function to deallocate the base */ member in struct:_xmlParserInput
    [all...]
  /external/python/cpython2/Python/
compile.c 109 PyObject *u_freevars; /* free variables */
375 into the free and cell var storage. Therefore if they aren't
491 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
1262 int i, free = PyCode_GetNumFree(co); local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.cpp 550 free(temporaries, temporary);
3529 void OutputASM::free(VariableArray &list, TIntermTyped *variable) function in class:glsl::OutputASM
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 336 free(before);
337 free(after);
1019 int64_t free = data_disk_free(data_path); local
    [all...]
  /external/python/cpython3/Python/
compile.c 118 PyObject *u_freevars; /* free variables */
440 into the free and cell var storage. Therefore if they aren't
593 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS,
1563 Py_ssize_t i, free = PyCode_GetNumFree(co); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 101 void (*free)(void*); member in struct:sqlite3_api_routines
385 #define sqlite3_free sqlite3_api->free
  /external/sqlite/dist/
sqlite3ext.h 101 void (*free)(void*); member in struct:sqlite3_api_routines
385 #define sqlite3_free sqlite3_api->free
  /external/v8/src/heap/
mark-compact.cc 187 // We skip free space objects.
268 intptr_t free = reserved - space->SizeOfObjects(); local
269 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
271 static_cast<int>(free), static_cast<double>(free) * 100 / reserved);
687 // them starting with the page with the most free memory, adding them to the
698 // Sort pages from the most free to the least free, then select
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 2 Copyright (C) 1993-2016 Free Software Foundation, Inc.
10 GAS is free software; you can redistribute it and/or modify
12 the Free Software Foundation; either version 3, or (at your option)
21 along with GAS; see the file COPYING. If not, write to the Free
831 struct scope *free; /* free list pointer */
871 struct forward *free; /* free list pointer */
829 struct scope *free; \/* free list pointer *\/ member in struct:scope
869 struct forward *free; \/* free list pointer *\/ member in struct:forward
877 struct tag *free; \/* free list pointer *\/ member in struct:tag
890 struct thead *free; \/* free list pointer *\/ member in struct:thead
    [all...]
  /external/pcre/dist2/src/
pcre2_internal.h 77 warning/error-free compilation and testing with MSVC compilers back to at least
1758 void (*free)(void *, void *); member in struct:pcre2_memctl
    [all...]
  /external/toybox/generated/
globals.h 236 // toys/other/free.c
727 unsigned freeblocks; // Free blocks in the filesystem.
1440 struct free_data free; member in union:global_union
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /external/protobuf/php/ext/google/protobuf/
upb.h 1185 void (*free)(upb_refcounted *r); member in struct:upb_refcounted_vtbl
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 477 * free() calls) or a regular malloc() (which does). The client must therefore
478 * free memory unless it knows that the allocator is an arena allocator. */
481 /* A malloc()/free() function.
482 * If "size" is 0 then the function acts like free(), otherwise it acts like
518 /* The global allocator used by upb. Uses the standard malloc()/free(). */
602 * The arena does not need free() calls so when using Arena as an allocator
604 * calling free() either. */
1473 void (*free)(upb_refcounted *r); member in struct:upb_refcounted_vtbl
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 750 milliseconds

<<1112131415161718