HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 276 - 300 of 7852) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/Windows/
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/scudo/
alignment.cpp 20 free(reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(p) | 8));
  /external/compiler-rt/test/tsan/
mutex_lock_destroyed.cc 17 free(m);
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/googletest/googletest/include/gtest/internal/custom/
gtest.h 59 free(cwd);
  /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/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
destroy_at.pass.cpp 59 std::free(mem1);
60 std::free(mem2);
75 std::free(mem1);
76 std::free(mem2);
  /external/libcxxabi/fuzz/
cxa_demangle_fuzzer.cpp 12 free(__cxa_demangle(str, 0, 0, 0));
  /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/ltp/testcases/kernel/fs/mongo/
mongo_slinks.c 72 free(buffer);
79 free(buffer);
95 free(buffer);
96 free(line_buffer);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 28 struct list_head free; member in struct:mm_bucket
48 int free; member in struct:mm_slab
57 if (slab->free == 0)
65 slab->free--;
78 slab->free++;
79 assert(slab->free <= slab->count);
141 FREE(slab);
149 slab->count = slab->free = size >> chunk_order;
151 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free);
187 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/minijail/
parse_seccomp_policy.cc 41 free(fp.filter);
  /external/openssh/openbsd-compat/regress/
strduptest.c 34 free(b);

Completed in 1813 milliseconds

<<11121314151617181920>>