HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 101 - 125 of 3517) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/perf/
heap.c 23 free(arr[j]);
35 free(arr[i]);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 2 Copyright (C) 1990, 1991 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify
6 the Free Software Foundation; either version 2, or (at your option)
15 along with this program; if not, write to the Free Software
23 void free ();
50 If N is 0, run free and return NULL. */
61 free (p);
  /external/checkpolicy/
module_compiler.c 7 * This program is free software; you can redistribute it and/or modify
9 * the Free Software Foundation, version 2.
66 free(id);
121 * such return 1 to indicate that caller must free() the datum because
198 free(bounds_id);
216 free(id);
234 free(role);
252 free(dest_id);
259 free(dest_id);
261 free(dest_role)
    [all...]
  /bionic/libc/bionic/
tdestroy.cpp 21 // Destroy a tree and free all allocated resources.
35 free(root);
  /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/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/antlr/antlr-3.4/runtime/C/src/
antlr3intstream.c 54 stream->free = freeStream;
  /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/compiler-rt/SDKs/linux/usr/include/
stdlib.h 26 void free(void *) __attribute__((__nothrow__));
  /external/compiler-rt/lib/asan/lit_tests/Linux/
interception_malloc_test.cc 23 free(x);
26 // CHECK: heap-use-after-free
interception_test.cc 22 free(x);
25 // CHECK: heap-use-after-free
  /external/compiler-rt/lib/tsan/lit_tests/
signal_malloc.cc 15 free((void*)p);
  /external/elfutils/libebl/
eblclosebackend.c 0 /* Free ELF backend handle.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
7 Free Software Foundation; version 2 of the License.
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
72 /* Free the resources. */
73 free (ebl);
  /external/linux-tools-perf/util/
xyarray.c 19 free(xy);
  /external/openssh/openbsd-compat/regress/
strduptest.c 34 free(b);
  /external/valgrind/main/drd/tests/
custom_alloc_fiw.stderr.exp 2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
  /external/valgrind/main/massif/tests/
basic.c 17 free(a[i]);
  /external/valgrind/main/memcheck/tests/
buflen_check.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
err_disable1.stderr.exp 10 Address 0x........ is 5 bytes inside a block of size 10 free'd
11 at 0x........: free (vg_replace_malloc.c:...)
23 Address 0x........ is 5 bytes inside a block of size 10 free'd
24 at 0x........: free (vg_replace_malloc.c:...)
33 Address 0x........ is 5 bytes inside a block of size 10 free'd
34 at 0x........: free (vg_replace_malloc.c:...)
40 Address 0x........ is 5 bytes inside a block of size 10 free'd
41 at 0x........: free (vg_replace_malloc.c:...)
err_disable2.c 28 free(block);
long_namespace_xml.cpp 29 // that occurs just before the free() call.
38 free(ptr);
malloc1.c 19 free(p);

Completed in 2104 milliseconds

1 2 3 45 6 7 8 91011>>