Searched refs:free (Results 126 - 150 of 3635) sorted by relevance

1234567891011>>

/external/qemu/distrib/jpeg-6b/
H A Djmemnobs.c23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
25 extern void free JPP((void *ptr));
31 * routines malloc() and free().
43 free(object);
63 free(object);
/external/valgrind/main/memcheck/tests/
H A Dmalloc2.c24 free(test_arr[j]);
38 free(test_arr[i]);
43 free(test_arr[i]);
H A Dbig_blocks_freed_list.stderr.exp4 Address 0x........ is 1,000 bytes inside a block of size 1,000,015 free'd
5 at 0x........: free (vg_replace_malloc.c:...)
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
11 at 0x........: free (vg_replace_malloc.c:...)
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
21 at 0x........: free (vg_replace_malloc.c:...)
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
27 at 0x........: free (vg_replace_malloc.c:...)
32 Address 0x........ is 10 bytes inside a block of size 1,000,015 free'd
33 at 0x........: free (vg_replace_mallo
[all...]
H A Dexecve1.stderr.exp4 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
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Derr_disable3.stderr.exp15 Address 0x........ is 5 bytes inside a block of size 10 free'd
16 at 0x........: free (vg_replace_malloc.c:...)
32 Address 0x........ is 5 bytes inside a block of size 10 free'd
33 at 0x........: free (vg_replace_malloc.c:...)
H A Dexecve2.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dsignal2.stderr.exp3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dsuppfree.stderr.exp1 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:...)
H A Dvarinfo1.c30 free(undefp);
50 free(onheap);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.cc25 // is written in C and hence will use malloc/free.
47 free(arg->arrays.carr);
50 free(arg->arrays.darr);
55 free(arg->arrays.iarr);
58 free(arg->arrays.larr);
64 free(arg->arrays.str);
96 free(vec[0]);
/external/checkpolicy/
H A Dpolicy_define.c23 * This program is free software; you can redistribute it and/or modify
127 free(newid);
152 free(id);
194 free(id);
196 free(datum);
239 free(type);
250 free(id);
273 free(id);
277 free(id);
288 free(i
[all...]
H A Dmodule_compiler.c7 * This program is free software; you can redistribute it and/or modify
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);
266 free(dest_i
[all...]
/external/clang/test/Analysis/
H A Dtaint-tester.cpp11 void free(void *ptr);
27 free(line);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dtsd_dtor_leak.cc22 free(tsd);
23 free((void*)v); // The bug was that this was leaking.
/external/compiler-rt/test/asan/TestCases/
H A Dmemset_test.cc67 free(q);
69 free(p);
/external/libsepol/src/
H A Dconstraint.c5 * This library is free software; you can redistribute it and/or
44 free(expr->type_names);
45 free(expr);
H A Duser_record.c74 free(key);
105 free(user->name);
131 free(user->mls_level);
156 free(user->mls_range);
195 free(role_cp);
196 free(roles_realloc);
239 free(user->roles[i]);
240 free(user->roles);
253 free(tmp_roles[i]);
256 free(tmp_role
[all...]
/external/libunwind/src/mi/
H A Dflush_cache.c7 Permission is hereby granted, free of charge, to any person obtaining
42 free (w->index);
43 free (w->debug_frame);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3parser.h82 /** 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
H A Dantlr3parsetree.h76 void (*free) (struct ANTLR3_PARSE_TREE_struct * tree); member in struct:ANTLR3_PARSE_TREE_struct
H A Dantlr3treeparser.h71 /** 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/
H A Dantlr3intstream.c54 stream->free = freeStream;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringBufferPool.java37 * 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/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_avoid_mmap_posix.cc27 free(buffer_);
28 free(snapshot_);
59 free(buffer_);
60 free(snapshot_);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_memory_shared.cc21 void MemFree(void* ptr) { free(ptr); }

Completed in 371 milliseconds

1234567891011>>