HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 926 - 950 of 7852) sorted by null

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
local.h 99 free((char *)_UB(fp)._base); \
108 free((char *)(fp)->_lb._base); \
vswprintf.c 70 free(f._bf._base);
82 free(f._bf._base);
vswscanf.c 85 free(mbstr);
97 free(mbstr);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 76 void (ANTLR3_CDECL *free)(void * data); member in struct:ANTLR3_HASH_ENTRY_struct
128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table); member in struct:ANTLR3_HASH_TABLE_struct
174 void (*free) (struct ANTLR3_HASH_ENUM_struct * table); member in struct:ANTLR3_HASH_ENUM_struct
186 void (*free) (struct ANTLR3_LIST_struct * list); member in struct:ANTLR3_LIST_struct
208 void (*free) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
230 * that can free the element if it is removed. It auto resizes but does not
250 * the malloc/free callas we would otherwise require.
255 * case only the factory can free the memory for the actual vector,
256 * though the vector free function is called and will recurse through its
257 * entries calling any free pointers for each entry
265 void (ANTLR3_CDECL *free) (struct ANTLR3_VECTOR_struct * vector); member in struct:ANTLR3_VECTOR_struct
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie); member in struct:ANTLR3_INT_TRIE_struct
503 void (*free) (struct ANTLR3_TOPO_struct * topo); member in struct:ANTLR3_TOPO_struct
    [all...]
  /external/bison/src/
LR0.c 3 Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2007, 2009-2012 Free
8 This program is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
129 free (symbol_count);
149 free (shift_symbol);
150 free (redset);
151 free (shiftset);
152 free (kernel_base);
153 free (kernel_size);
154 free (kernel_items)
    [all...]
  /external/blktrace/btt/
devmap.c 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
40 free(dmp);
90 free(dmp);
unplug_hist.c 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
84 free(oname);
85 free(hbp);
  /external/clang/test/Analysis/
malloc-sizeof.c 8 void free(void *ptr);
35 free(x);
malloc.cpp 5 void free(void *);
23 // Assume that functions which take a function pointer can free memory even if
27 int const_ptr_and_callback_def_param(int, const char*, int n, void(*)(void*) = free);
  /external/compiler-rt/lib/esan/
esan_circular_buffer.h 20 // There are two usage models: one is to use initialize/free (for global
22 // constructor and to call the destructor or free (they are equivalent).
34 if (WasConstructed) // Else caller will call free() explicitly.
35 free();
45 void free() { function in class:__esan::CircularBuffer
  /external/compiler-rt/test/asan/TestCases/
allocator_returns_null.cc 58 free(t);
63 free(x);
  /external/compiler-rt/test/esan/Unit/
circular_buffer.cpp 45 // Test initialize/free.
49 GlobalBuf.free();
51 // Test constructor/free.
56 LocalBuf->free();
  /external/curl/lib/
cookie.c 108 free(co->expirestr);
109 free(co->domain);
110 free(co->path);
111 free(co->spath);
112 free(co->name);
113 free(co->value);
114 free(co->maxage);
115 free(co->version);
116 free(co);
172 free(uri_path)
    [all...]
curl_memory.h 30 * or free, and given source file is used to build libcurl library.
114 * realloc and free, along with others, in memdebug.h in a different
129 #undef free macro
130 #define free(ptr) Curl_cfree(ptr) macro
slist.c 99 free(dupdata);
141 free(item);
  /external/curl/tests/libtest/
lib539.c 70 free(newURL);
85 free(newURL);
  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 57 free(buffer);
80 free(thread);
  /external/dng_sdk/source/
dng_string_list.cpp 74 free (fList);
152 free (fList);
  /external/e2fsprogs/lib/ext2fs/
brel.h 71 * Free the block relocation table.
73 errcode_t (*free)(ext2_brel brel); member in struct:ext2_block_relocation_table
85 #define ext2fs_brel_free(brel) ((brel)->free((brel)))
inline.c 74 free(*p);
98 free(ptr);
  /external/fec/
dotprod_mmx.c 44 /* Free a dot product descriptor created earlier */
51 free(dp->coeffs[i]);
52 free(dp);
dotprod_sse2.c 48 /* Free a dot product descriptor created earlier */
55 free(dp->coeffs[i]);
56 free(dp);
  /external/fio/
fifo.c 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
45 free(fifo->buffer);
46 free(fifo);
  /external/harfbuzz_ng/src/
hb-shape.cc 54 free (static_shaper_list);
90 free (shaper_list);
hb-shaper.cc 39 /* Thread-safe, lock-free, shapers */
48 free ((void *) static_shapers);
101 free (shapers);

Completed in 422 milliseconds

<<31323334353637383940>>