HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 201 - 225 of 5893) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/toybox/toys/other/
which.c 52 llist_traverse(list, free);
56 free(llist_pop(&list));
  /external/valgrind/memcheck/tests/
execve2.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
signal2.stderr.exp 3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
suppfree.stderr.exp 1 Invalid free() / delete / delete[] / realloc()
2 at 0x........: free (vg_replace_malloc.c:...)
8 Address 0x........ is 0 bytes inside a block of size 10 free'd
9 at 0x........: free (vg_replace_malloc.c:...)
varinfo1.c 30 free(undefp);
50 free(onheap);
  /frameworks/base/tools/layoutlib/bridge/src/libcore/util/
NativeAllocationRegistry_Delegate.java 57 delegate.mFinalizer.free(nativePtr);
62 void free(long nativePtr); method in interface:NativeAllocationRegistry_Delegate.FreeFunction
  /hardware/intel/common/libva/test/basic/
test_android.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
53 free(dpy);
54 status("free Display\n");
58 free(profiles);
  /external/selinux/checkpolicy/
module_compiler.c 7 * This program is free software; you can redistribute it and/or modify
9 * the Free Software Foundation, version 2.
67 free(id);
122 * such return 1 to indicate that caller must free() the datum because
199 free(bounds_id);
217 free(id);
235 free(role);
253 free(dest_id);
260 free(dest_id);
262 free(dest_role)
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 86 free(resolved);
98 free(resolved);
115 free(resolved);
127 free(resolved);
160 free(resolved);
166 free(resolved);
172 free(resolved);
179 free(resolved);
203 free(resolved);
214 free(resolved)
    [all...]
  /external/selinux/libsemanage/src/
nodes_file.c 48 free(addr);
49 free(mask);
50 free(con_str);
54 free(addr);
55 free(mask);
56 free(con_str);
92 free(str);
106 free(str);
116 free(str);
133 free(str)
    [all...]
conf-parse.y 6 * This library is free software; you can redistribute it and/or
8 * License as published by the Free Software Foundation; either
17 * License along with this library; if not, write to the Free Software
51 #define PASSIGN(p1,p2) { free(p1); p1 = p2; }
105 free($3);
115 free($3);
124 free($3);
136 free($3);
142 free($3);
159 free($3)
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
mraajs.i 47 free(result);
53 free(result);
56 free(result);
81 free($1);
86 free($1);
92 free($1);
95 free($1);
116 free($1);
121 free($1);
127 free($1)
    [all...]
  /bionic/libc/bionic/
tdestroy.cpp 21 // Destroy a tree and free all allocated resources.
35 free(root);
  /development/ndk/platforms/android-3/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /development/tutorials/ReverseDebug/
main.c 43 free(p);
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
pendsv.c 26 int32_t i, free = -1; local
28 //check for dupes and also look fro a free slot
31 free = i;
37 if (free < 0)
40 mSubscribers[free] = cbk;
  /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/c-ares/
ares_parse_a_reply.c 93 free(hostname);
105 free(hostname);
111 free(hostname);
112 free(addrs);
135 free(rr_name);
153 free(rr_name);
164 free(rr_name);
181 free(rr_name);
189 free(hostname);
197 free(rr_name)
    [all...]
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator_intersections.cpp 6 void free(void *);
  /external/compiler-rt/test/asan/TestCases/Linux/
interception_malloc_test.cc 19 free(x);
22 // CHECK: heap-use-after-free
interception_test.cc 18 free(x);
21 // CHECK: heap-use-after-free

Completed in 233 milliseconds

1 2 3 4 5 6 7 891011>>