/system/bt/hci/src/ |
hci_packet_parser.cc | 42 buffer_allocator->free(response); 55 buffer_allocator->free(response); 69 buffer_allocator->free(response); 85 buffer_allocator->free(response); 95 buffer_allocator->free(response); 108 buffer_allocator->free(response); 126 buffer_allocator->free(response); 136 buffer_allocator->free(response); 148 buffer_allocator->free(response); 159 buffer_allocator->free(response) [all...] |
/system/sepolicy/tools/fc_sort/ |
fc_sort.c | 49 free(x->path); 50 free(x->file_type); 51 free(x->context); 237 free(temp); 394 free(temp); 403 free(temp); 417 free(temp); 432 free(temp); 452 free(temp); 468 free(temp) [all...] |
/external/selinux/checkpolicy/ |
module_compiler.c | 7 * This program is free software; you can redistribute it and/or modify 9 * the Free Software Foundation, version 2. 95 free(id); 149 * 1: Success - Symbol had already been created and caller must free datum. 191 * such return 1 to indicate that caller must free() the datum because 247 free(bounds_id); 271 free(id); 298 free(id); 300 free(datum); 307 free(id) [all...] |
/device/google/marlin/dataservices/datatop/src/ |
datatop_value_only_poll.c | 102 free(dpset->data_points[i].name); 103 free(dpset->data_points); 104 free(dpset->file); 105 free(dpset); 154 free(name); 180 free(newname);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
StringParse.c | 146 free (Rec);
165 free (Rec);
180 free (Rec->StringPack);
181 free (Rec);
231 // Free up all the memory we've allocated
235 free (mStringPacks->StringPack);
239 free (mStringPacks);
|
/external/selinux/libsemanage/src/ |
user_extra_record.c | 97 free(user_extra->name); 121 free(user_extra->prefix); 154 free(user_extra->name); 155 free(user_extra->prefix); 156 free(user_extra); 196 .free = semanage_user_extra_free,
|
/external/selinux/libsepol/src/ |
boolean_record.c | 36 free(tmp_key); 72 free(key->name); 73 free(key); 108 free(boolean->name); 184 free(boolean->name); 185 free(boolean);
|
context.c | 109 /* Allocate space for the context; caller must free this space. */ 137 free(scontext); 222 free(user); 223 free(type); 224 free(role); 232 free(scontext); 233 free(user); 234 free(type); 235 free(role); 278 free(mls) [all...] |
/external/valgrind/memcheck/tests/ |
big_blocks_freed_list.stderr.exp | 4 Address 0x........ is 1,000 bytes inside a block of size 1,000,015 free'd 5 at 0x........: free (vg_replace_malloc.c:...) 13 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd 14 at 0x........: free (vg_replace_malloc.c:...) 26 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd 27 at 0x........: free (vg_replace_malloc.c:...) 35 Address 0x........ is 10 bytes inside a block of size 10,000 free'd 36 at 0x........: free (vg_replace_malloc.c:...) 44 Address 0x........ is 10 bytes inside a block of size 1,000,015 free'd 45 at 0x........: free (vg_replace_malloc.c:... [all...] |
/external/zlib/src/contrib/puff/ |
pufftest.c | 77 free(buf); 125 free(source); 130 free(source); 153 free(source); 159 free(dest); 163 free(source);
|
/external/curl/lib/ |
curl_addrinfo.c | 61 * This is used to free a linked list of Curl_addrinfo structs along 82 free(ca->ai_addr); 83 free(ca->ai_canonname); 86 free(ca); 98 * ones. The memory allocated by this function *MUST* be free'd with 168 free(ca); 176 free(ca->ai_addr); 177 free(ca); 231 * The memory allocated by this function *MUST* be free'd later on calling 300 free(ai) [all...] |
/external/bison/src/ |
files.c | 3 Copyright (C) 1984, 1986, 1989, 1992, 2000-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 343 free (all_but_tab_ext); 344 free (src_extension); 345 free (header_extension); 371 free (*file_name); 385 free (all_but_ext); 386 free (spec_verbose_file); 387 free (spec_graph_file) [all...] |
/external/elfutils/libdwfl/ |
find-debuginfo.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 59 free (fname); 65 free (fname); 194 free (localname); 221 free (localpath); 222 free (localname); 312 free (localpath); 313 free (localname) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 46 p->free ? 'F':'.', 48 if (p->free) 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, 60 p->free ? 'F':'.', 83 FREE(heap); 100 block->free = 1; 120 newblock->free = 1; 144 newblock->free = 1 [all...] |
/bionic/libc/bionic/ |
getcwd.cpp | 64 free(allocated_buf); 73 free(allocated_buf);
|
/bionic/linker/ |
linker_memory.cpp | 82 void free(void* ptr) { function 83 get_allocator().free(ptr);
|
/cts/tests/tests/media/libaudiojni/ |
Blob.h | 39 free(mMem); 68 free(mMem);
|
/external/bison/lib/ |
fprintf.c | 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc. 4 This program is free software: you can redistribute it and/or modify 6 the Free Software Foundation; either version 3 of the License, or 60 free (output); 67 free (output);
|
vfprintf.c | 2 Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc. 4 This program is free software: you can redistribute it and/or modify 6 the Free Software Foundation; either version 3 of the License, or 57 free (output); 64 free (output);
|
/external/brotli/fuzz/ |
run_decode_fuzzer.cc | 39 free(tmp); 42 free(data);
|
/external/c-ares/ |
ares__get_hostent.c | 225 /* Free line buffer. */ 226 free(line); 234 /* If allocated, free line buffer. */ 236 free(line); 244 free((char *) hostent->h_name); 248 free(*alias); 249 free(hostent->h_aliases); 254 free(hostent->h_addr_list[0]); 255 free(hostent->h_addr_list); 257 free(hostent) [all...] |
/external/clang/test/CodeGen/ |
conditional.c | 36 (1 ? free(0) : _efree(0)); 40 1 ? _efree(0) : free(0);
|
/external/clang/test/SemaCXX/ |
__try.cpp | 12 void free(const void *); 21 ~Exception() {free(what); }
|
/external/compiler-rt/lib/asan/tests/ |
asan_racy_double_free_test.cc | 11 free(x[i]); 19 free(x[i]);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
read_binary_name_regtest.c | 25 free(p); 26 free(p);
|