/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/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 | 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/minijail/ |
parse_seccomp_policy.cc | 41 free(fp.filter);
|
/external/openssh/openbsd-compat/regress/ |
strduptest.c | 34 free(b);
|
/external/pdfium/core/fxcrt/ |
fx_basic_memmgr.cpp | 18 free(pointer);
|
/external/selinux/libselinux/src/ |
selinuxswig.i | 30 free((*$1)[i]); 32 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/syslinux/com32/lib/ |
lmalloc.c | 5 * Permission is hereby granted, free of charge, to any person 47 free(ptr);
|
/external/syslinux/com32/samples/ |
hello.c | 23 free(nums);
|
/external/syslinux/dos/ |
stdlib.h | 18 void free(void *);
|
/external/syslinux/gpxe/src/include/gpxe/ |
x509.h | 29 * Free X.509 RSA public key 35 free ( rsa_pubkey->modulus );
|
/external/toybox/toys/other/ |
readlink.c | 39 if (CFG_TOYBOX_FREE) free(s);
|
/external/toybox/toys/posix/ |
nohup.c | 34 free(temp);
|