HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 151 - 175 of 5033) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/memcheck/tests/
big_blocks_freed_list.stderr.exp 4 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_malloc.c:...
    [all...]
execve1.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
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
err_disable3.stderr.exp 15 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:...)
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);
  /hardware/intel/common/libva/va/drm/
va_drm.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
48 free(pDisplayContext->pDriverContext->drm_state);
49 free(pDisplayContext->pDriverContext);
50 free(pDisplayContext);
122 free(pDisplayContext);
123 free(pDriverContext);
124 free(drm_state);
  /external/clang/test/Analysis/
taint-tester.cpp 11 void free(void *ptr);
27 free(line);
  /external/compiler-rt/test/asan/TestCases/Darwin/
crashlog-stacktraces.c 18 free(strs);
25 free(x);
35 // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}}
  /external/compiler-rt/test/asan/TestCases/
memset_test.cc 67 free(q);
69 free(p);
  /external/libunwind/src/mi/
flush_cache.c 7 Permission is hereby granted, free of charge, to any person obtaining
42 free (w->index);
43 free (w->debug_frame);
  /external/openssh/
auth2-passwd.c 64 free(newpass);
76 free(password);
  /external/selinux/libsepol/src/
constraint.c 5 * This library is free software; you can redistribute it and/or
7 * License as published by the Free Software Foundation; either
16 * License along with this library; if not, write to the Free Software
44 free(expr->type_names);
45 free(expr);
user_record.c 74 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_roles)
    [all...]
  /external/toybox/toys/other/
tac.c 40 free(list->arg);
41 free(list);
which.c 52 llist_traverse(list, free);
56 free(llist_pop(&list));
  /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/elfutils/src/libdwfl/
dwfl_module.c 5 This file is free software; you can redistribute it and/or modify
8 * the GNU Lesser General Public License as published by the Free
14 * the GNU General Public License as published by the Free
37 free (cu->lines);
38 free (cu);
49 free (file->name);
64 free (mod->aranges);
70 free (mod->cu);
95 free (mod->build_id_bits);
98 free (mod->reloc_info)
    [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...]
  /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

Completed in 485 milliseconds

1 2 3 4 5 67 8 91011>>