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

1 2 3 4 5 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 82 /** Pointer to a function that knows how to free resources of an ANTLR3 parser.
84 void (*free) (struct ANTLR3_PARSER_struct * parser); member in struct:ANTLR3_PARSER_struct
antlr3parsetree.h 76 void (*free) (struct ANTLR3_PARSE_TREE_struct * tree); member in struct:ANTLR3_PARSE_TREE_struct
antlr3treeparser.h 71 /** Pointer to a function that knows how to free resources of an ANTLR3 tree parser.
73 void (*free) (struct ANTLR3_TREE_PARSER_struct * parser); member in struct:ANTLR3_TREE_PARSER_struct
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 37 * Get the first free instance of a string buffer, or create one
38 * if there are no free instances.
52 public synchronized static void free(FastStringBuffer sb) method in class:StringBufferPool
  /external/bluetooth/glib/glib/gnulib/
g-gnulib.h 4 * This library is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation; either
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
35 #undef free macro
38 #define free g_free macro
  /external/webkit/Source/JavaScriptCore/wtf/brew/
SystemMallocBrew.h 49 return FREE(p);
63 #define free(p) freeBrew(p) macro
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) macro
  /libcore/luni/src/main/java/java/sql/
Array.java 167 * Frees any resources held by this array. After {@code free} is called, calling
168 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
172 public void free() throws SQLException; method in interface:Array
Blob.java 184 * Frees any resources held by this blob. After {@code free} is called, calling
185 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
190 public void free() throws SQLException; method in interface:Blob
Clob.java 181 * Frees any resources held by this clob. After {@code free} is called, calling
182 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
187 public void free() throws SQLException; method in interface:Clob
SQLXML.java 32 * Frees any resources held by this object. After {@code free} is called, calling
33 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
37 void free() throws SQLException; method in interface:SQLXML
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffer.java 204 public final void free() { method in class:DirectByteBuffer
205 block.free();
NioUtils.java 53 ((DirectByteBuffer) buffer).free(); method
55 ((MappedByteBufferAdapter) buffer).free(); method
  /bionic/libc/kernel/common/linux/
mempool.h 35 mempool_free_t *free; member in struct:mempool_s
  /development/ndk/platforms/android-3/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 13 // We simply define functions like malloc, free, realloc, etc.
28 void (*free)(void* mem); member in struct:MallocDebug
35 malloc, free, calloc, realloc, memalign
57 INTERCEPTOR(void, free, void *ptr) {
  /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/ipsec-tools/src/racoon/
gcmalloc.h 46 * malloc(), calloc(), realloc(), and free() entry points in the main
77 free(void *ptr) function
120 #define racoon_free(p) free((p))
  /external/valgrind/main/helgrind/
hg_basics.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
55 void HG_(free) ( void* p ) function
58 VG_(free)(p);
  /external/webkit/Source/WebCore/rendering/
RenderArena.cpp 7 * This library is free software; you can redistribute it and/or
9 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
114 void RenderArena::free(size_t size, void* ptr) function in class:WebCore::RenderArena
117 // Use standard free so that memory debugging tools work.
124 ::free(block);
  /external/webkit/Source/WebKit/chromium/tests/
ArenaTestHelpers.h 53 virtual void free(void* ptr) function in class:WebCore::ArenaTestHelpers::TrackedAllocator
58 PODArena::FastMallocAllocator::free(ptr);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s

Completed in 2327 milliseconds

1 2 3 4 5 6 7 8 91011