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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Linux/
pthread_create_version.cc 21 free(p);
  /external/compiler-rt/test/asan/TestCases/Posix/
asprintf.cc 16 free(p);
free_hook_realloc.cc 1 // 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/
bitfield.cc 19 free(s);
bitfield_uaf.cc 15 // CHECK: AddressSanitizer: heap-use-after-free on address [[ADDR:0x[0-9a-f]+]]
23 free(s);
26 // CHECK: {{#0 .* free }}
free_hook_realloc.cc 1 // 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/
printf-2.c 20 free(p);
24 // CHECK-ON: heap-use-after-free
strchr_strict.c 20 free(s);
suppressions-library.cc 32 free(a);
39 // CHECK-CRASH: AddressSanitizer: heap-use-after-free
41 // CHECK-IGNORE-NOT: AddressSanitizer: heap-use-after-free
time_interceptor.cc 14 free(tm);
17 // CHECK: use-after-free
  /external/compiler-rt/test/msan/
death-callback.cc 21 free(p);
  /external/compiler-rt/test/tsan/
signal_malloc.cc 13 free((void*)p);
  /external/curl/lib/
fileinfo.c 49 free(finfo);
  /external/curl/tests/server/
testpart.c 47 free(part);
  /external/elfutils/libdw/
dwarf_end.c 6 This file is free software; you can redistribute it and/or modify
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
88 free (memp);
92 /* Free the pubnames helper structure. */
93 free (dwarf->pubnames_sets);
95 /* Free the ELF descriptor if necessary. */
99 /* Free the fake location list CU. */
103 free (dwarf->fake_loc_cu);
106 /* Free the context descriptor. *
    [all...]
  /external/elfutils/libebl/
eblclosebackend.c 0 /* Free ELF backend handle.
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
51 /* Free the resources. */
52 free (ebl);
  /external/iproute2/include/libiptc/
xtcshared.h 10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
  /external/iptables/include/libiptc/
xtcshared.h 10 void (*free)(struct xtc_handle *); member in struct:xtc_ops
  /external/libdrm/intel/
mm.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
46 p->size, p->free ? 'F' : '.',
53 drmMsg(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs,
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:
    [all...]
  /external/libdrm/tests/kms/
libkms-test-crtc.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
46 free(crtc);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 21 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);
134 FREE(slab);
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)) {
    [all...]
  /external/mesa3d/src/mesa/main/
mm.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
44 p->free ? 'F':'.',
51 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
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:
    [all...]
  /external/selinux/libselinux/src/
selinuxswig.i 29 free((*$1)[i]);
31 free(*$1);
  /external/selinux/libsemanage/src/
database_join.c 138 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(record)
    [all...]
  /external/toybox/lib/
llist.c 8 // 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.

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 91011>>