/external/bison/src/ |
nullable.c | 3 Copyright (C) 1984, 1989, 2000-2006, 2009-2012 Free Software 8 This program is free software: you can redistribute it and/or modify 10 the Free Software Foundation, either version 3 of the License, or 128 free (squeue); 129 free (rcount); 130 free (rsets); 131 free (relts); 141 free (nullable);
|
/external/c-ares/ |
ares_data.c | 30 ** This function must be used by the application to free data memory that 33 ** of c-ares functions returning pointers that must be free'ed using this 70 free(ptr->data.mx_reply.host); 78 free(ptr->data.srv_reply.host); 86 free(ptr->data.txt_reply.txt); 99 free(ptr); 110 ** functions to the calling application, and that must be free'ed using 152 free(ptr);
|
/external/clang/test/Analysis/ |
malloc-plist.c | 7 void free(void *); 32 free(buf); 51 free(x); 77 free(buf); 93 free(p); [all...] |
/external/curl/lib/ |
escape.c | 108 free( ns ); 119 free(ns); 176 free(ns); 185 free(ns); 225 /* For operating systems/environments that use different malloc/free 226 systems for the app and for this library, we provide a free that uses 230 free(p);
|
curl_ntlm_wb.c | 108 free(conn->challenge_header); 110 free(conn->response_header); 247 free(domain); 248 free(ntlm_auth_alloc); 252 free(domain); 253 free(ntlm_auth_alloc); 299 free(buf); 322 free(buf); 325 free(buf); 392 free(*allocuserpwd) [all...] |
/external/jemalloc/test/stress/ |
microbench.c | 45 /* The compiler can optimize away free(malloc(1))! */ 51 free(p); 62 free(p); 98 compare_funcs(10*1000*1000, 100*1000*1000, "free", malloc_free, 122 free(p); 137 free(p); 160 free(p);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_dri.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 103 free(xcb_dri2_swap_buffers_reply(scrn->conn, scrn->swap_cookie, NULL)); 110 free(wait_sbc_reply); 128 free(vl_dri2_get_flush_reply(scrn)); 146 free(vl_dri2_get_flush_reply(scrn)); 149 free(xcb_request_check(scrn->conn, destroy_cookie)); 198 free(reply); 210 free(reply); 243 free(reply); 273 free(reply) [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
opj_malloc.h | 111 #define opj_aligned_free(m) free(m) 125 #define opj_aligned_free(m) free(m) 138 #define opj_aligned_free(m) free(m) 172 #define opj_free(m) free(m) 176 #pragma GCC poison malloc calloc realloc free
|
/external/toybox/toys/lsb/ |
umount.c | 22 -D Don't free loopback device(s). 68 free(mtemp); 133 free(typestr); 134 llist_traverse(mlsave, free); 143 free(abs); 150 if (ml && abs != ml->dir) free(abs);
|
/system/extras/libpagemap/ |
pm_kernel.c | 42 free(ker); 50 free(ker); 88 free(pids); 106 free(pids); 155 free(ker);
|
/external/elfutils/libdw/ |
dwarf_begin_elf.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 107 free (result); 149 free (result); 187 free (result); 198 free (result); 237 free (result); 246 free (result); 257 free (result) [all...] |
/external/elfutils/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 38 free (cu->lines); 39 free (cu); 50 free (file->name); 65 free (mod->aranges); 71 free (mod->cu); 75 in __libdwfl_set_cfi. Make sure we don't free it twice. */ 113 free (mod->build_id_bits) [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar_obsolete.stderr.exp | 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd 28 Address 0x........ is not stack'd, malloc'd or (recently) free'd 41 Address 0x........ is not stack'd, malloc'd or (recently) free'd 45 Address 0x........ is not stack'd, malloc'd or (recently) free'd 55 Address 0x........ is not stack'd, malloc'd or (recently) free'd 68 Address 0x........ is not stack'd, malloc'd or (recently) free'd 84 Address 0x........ is not stack'd, malloc'd or (recently) free'd 97 Address 0x........ is not stack'd, malloc'd or (recently) free'd 101 Address 0x........ is not stack'd, malloc'd or (recently) free'd 114 Address 0x........ is not stack'd, malloc'd or (recently) free' [all...] |
/hardware/intel/common/libwsbm/src/ |
wsbm_mm.c | 8 * Permission is hereby granted, free of charge, to any person obtaining a 35 * performance gains if a smarter free list is implemented. Currently it is just an 36 * unordered stack of free regions. This could easily be improved if an RB-tree 62 if (!entry->free) 77 if (!entry->free) 97 child->free = 1; 119 child->free = 0; 152 parent->free = 0; 165 * Put a block. Merge with the previous and / or next block if they are free. 166 * Otherwise add to the free stack [all...] |
/system/core/libcutils/ |
str_parms.c | 87 free(str_parms); 121 free(key); 122 free(value); 143 free(str_parms); 185 /* if we replaced a value, free it */ 189 free(old_val); 190 free(key); 203 free(str); 253 free(tmp_key); 254 free(tmp_val) [all...] |
/system/core/logd/ |
LogBufferElement.cpp | 63 // caller must own and free character string 99 free(retval); 102 free(name); 134 free(const_cast<char *>(commName)); 137 free(const_cast<char *>(name)); 146 free(const_cast<char *>(name)); 154 free(const_cast<char *>(commName)); 174 free(const_cast<char *>(name)); 175 free(const_cast<char *>(commName)); 196 free(const_cast<char *>(name)) [all...] |
/external/e2fsprogs/lib/blkid/ |
dev.c | 2 * dev.c - allocation/initialization/free routines for dev 48 free(dev->bid_name); 49 free(dev); 139 free(new_type); 140 free(new_value); 145 free(iter->search_type); 146 free(iter->search_value); 181 free(iter);
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phDal4Nfc_messageQueueLib.c | 67 free (pQueue); 72 free (pQueue); 104 free(pQueue); 144 free(p->pNext); 147 free(p); 152 free(pQueue); 249 free(pQueue->pItems);
|
/external/selinux/libsemanage/src/ |
interfaces_file.c | 39 free(con_str); 46 free(con_str); 53 free(con_str); 80 free(str); 99 free(str); 123 free(str); 142 free(str);
|
users_base_file.c | 56 free(roles); 60 free(roles); 90 free(name_str); 93 free(name_str); 157 free(str); 174 free(str); 193 free(str);
|
/external/valgrind/drd/tests/ |
unit_vc.c | 17 void VG_(free)(void* p) function 18 { return free(p); } 78 free(str); 80 free(str); 82 free(str); 89 free(str); 92 free(str);
|
/external/zopfli/src/zopfli/ |
hash.c | 67 free(h->head); 68 free(h->prev); 69 free(h->hashval); 72 free(h->head2); 73 free(h->prev2); 74 free(h->hashval2); 78 free(h->same);
|
/hardware/bsp/intel/peripheral/libmraa/src/aio/ |
aio.c | 6 * Permission is hereby granted, free of charge, to any person obtaining 95 free(dev); 101 free(dev); 107 free(dev); 113 free(dev); 121 free(dev); 129 free(dev); 201 free(dev);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
objalloc.c | 2 Copyright 1997-2012 Free Software Foundation, Inc. 5 This program is free software; you can redistribute it and/or modify it 7 Free Software Foundation; either version 2, or (at your option) any 16 along with this program; if not, write to the Free Software 41 extern void free (PTR); 47 space may or may not free all more recently allocated space. 98 free (ret); 174 /* Free an entire objalloc structure. */ 187 free (l); 191 free (o) [all...] |
/external/libmicrohttpd/src/microhttpd/ |
response.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 74 free (hdr); 79 free (hdr->header); 80 free (hdr); 156 free (pos->header); 157 free (pos->value); 162 free (pos); 236 * @param crfc callback to call to free @a crc_cls resource [all...] |