Searched refs:free (Results 201 - 225 of 3389) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dfree_hook_realloc.cc1 // Check that free hook doesn't conflict with Realloc.
25 // Verify that free hook was called and didn't spoil the memory.
30 free(y);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbitfield.cc19 free(s);
H A Dbitfield_uaf.cc15 // CHECK: AddressSanitizer: heap-use-after-free on address [[ADDR:0x[0-9a-f]+]]
23 free(s);
26 // CHECK: {{#0 .* free }}
H A Dfree_hook_realloc.cc1 // Check that free hook doesn't conflict with Realloc.
28 // Verify that free hook was called and didn't spoil the memory.
33 free(y);
/external/compiler-rt/test/asan/TestCases/
H A Dprintf-2.c20 free(p);
24 // CHECK-ON: heap-use-after-free
H A Dstrchr_strict.c20 free(s);
H A Dsuppressions-library.cc32 free(a);
39 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
41 // CHECK-IGNORE-NOT: AddressSanitizer: heap-use-after-free
H A Dtime_interceptor.cc14 free(tm);
17 // CHECK: use-after-free
/external/compiler-rt/test/msan/
H A Ddeath-callback.cc21 free(p);
/external/compiler-rt/test/tsan/
H A Dsignal_malloc.cc13 free((void*)p);
/external/curl/lib/
H A Dfileinfo.c49 free(finfo);
/external/curl/tests/server/
H A Dtestpart.c47 free(part);
/external/elfutils/libdw/
H A Ddwarf_end.c6 This file is free software; you can redistribute it and/or modify
88 free (memp);
93 free (dwarf->pubnames_sets);
103 free (dwarf->fake_loc_cu);
107 free (dwarf);
/external/elfutils/libebl/
H A Deblclosebackend.c5 This file is free software; you can redistribute it and/or modify
52 free (ebl);
/external/iproute2/include/libiptc/
H A Dxtcshared.h10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
/external/iptables/include/libiptc/
H A Dxtcshared.h10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
/external/libdrm/intel/
H A Dmm.c5 * Permission is hereby granted, free of charge, to any person obtaining a
46 p->size, p->free ? 'F' : '.',
54 p->size, p->free ? 'F' : '.',
75 free(heap);
92 block->free = 1;
111 newblock->free = 1;
136 newblock->free = 1;
153 p->free = 0;
155 /* Remove p from the free list:
179 assert(p->free);
[all...]
/external/libdrm/tests/kms/
H A Dlibkms-test-crtc.c4 * Permission is hereby granted, free of charge, to any person obtaining a
46 free(crtc);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c21 struct list_head free; member in struct:mm_bucket
41 int free; member in struct:mm_slab
50 if (slab->free == 0)
58 slab->free--;
71 slab->free++;
72 assert(slab->free <= slab->count);
142 slab->count = slab->free = size >> chunk_order;
144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
180 if (LIST_IS_EMPTY(&bucket->free)) {
183 slab = LIST_ENTRY(struct mm_slab, bucket->free
[all...]
/external/mesa3d/src/mesa/main/
H A Dmm.c5 * Permission is hereby granted, free of charge, to any person obtaining a
44 p->free ? 'F':'.',
52 p->free ? 'F':'.',
74 free(heap);
91 block->free = 1;
111 newblock->free = 1;
135 newblock->free = 1;
152 p->free = 0;
154 /* Remove p from the free list:
179 assert(p->free);
[all...]
/external/selinux/libselinux/src/
H A Dselinuxswig.i29 free((*$1)[i]);
31 free(*$1);
/external/selinux/libsemanage/src/
H A Ddatabase_join.c138 rtable->free(record);
147 rtable1->free(records1[i]);
149 rtable2->free(records2[i]);
150 free(records1);
151 free(records2);
157 rtable1->free(records1[i]);
159 rtable2->free(records2[i]);
160 free(records1);
161 free(records2);
163 rtable->free(recor
[all...]
/external/toybox/lib/
H A Dllist.c8 // Callback function to free data pointer of double_list or arg_list
14 free(d->arg);
15 free(d);
22 free(d->data);
23 free(d);
26 // Call a function (such as free()) on each element of a linked list.
/external/toybox/toys/other/
H A Dpwdx.c28 free(path);
H A Dreadlink.c39 if (CFG_TOYBOX_FREE) free(s);

Completed in 1357 milliseconds

1234567891011>>