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

<<71727374757677787980>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem);
157 AllocationCallbackRecord AllocationCallbackRecord::free (void* mem) function in class:vk::AllocationCallbackRecord
162 record.data.free.mem = mem;
212 void ChainedAllocator::free (void* mem) function in class:vk::ChainedAllocator
257 void AllocationCallbackRecorder::free (void* mem) function in class:vk::AllocationCallbackRecorder
259 ChainedAllocator::free(mem);
261 m_records.append(AllocationCallbackRecord::free(mem));
496 if (record.data.free.mem != DE_NULL) // Freeing null pointer is valid and ignored
498 if (de::contains(ptrToSlotIndex, record.data.free.mem))
500 const size_t slotNdx = ptrToSlotIndex[record.data.free.mem]
    [all...]
  /external/elfutils/src/
elfcompress.c 5 This file is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 3 of the License, or
87 free (p->pattern);
88 free (p);
303 free (fnew);
307 free (snamebuf);
311 free (scnstrents);
312 free (symstrents);
313 free (namesbuf);
317 free (scnnames[n])
    [all...]
  /external/toybox/toys/pending/
tar.c 178 free(name);
225 free(lnk);
280 free(path);
553 free(buf);
675 free(longname);
689 free(longname);
696 free(file_hdr->name);
701 free(file_hdr->link_target);
740 free(file_hdr->name);
741 free(file_hdr->link_target)
    [all...]
  /external/valgrind/memcheck/tests/
wrap6.c 184 free(words);
211 free(words);
239 free(words);
268 free(words);
298 free(words);
329 free(words);
361 free(words);
395 free(words);
432 free(words);
470 free(words)
    [all...]
  /external/vboot_reference/futility/
cmd_sign.c 225 free(kblob_data);
244 free(vblock_data);
245 free(kblob_data);
329 free(vblock_data);
354 free(body_sig);
362 free(preamble);
363 free(body_sig);
401 free(body_sig);
411 free(preamble);
412 free(body_sig)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 139 free(mixer->ctl[n].ename[m]);
140 free(mixer->ctl[n].ename);
143 free(mixer->ctl);
147 free(mixer->info);
149 free(mixer);
218 free(eid);
223 free(eid);
331 free(xtlv);
335 free(xtlv);
339 free(xtlv)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 2 Copyright (C) 1990-2014 Free Software Foundation, Inc.
7 This program is free software; you can redistribute it and/or modify
9 the Free Software Foundation; either version 3 of the License, or
18 along with this program; if not, write to the Free Software
360 NULL, _bfd_calloc_wrapper, free);
537 free (allocptr);
658 free (new_areldata);
672 free (new_areldata);
678 free (new_areldata);
700 free (new_areldata)
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 708 // free pp job buf
709 free(job);
791 free(buf->input);
923 free(job->src_reproc_frame);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 708 // free pp job buf
709 free(job);
791 free(buf->input);
923 free(job->src_reproc_frame);
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 7 * This library is free software; you can redistribute it and/or
9 * License as published by the Free Software Foundation; either
18 * License along with this library; if not, write to the Free Software
494 free(buf);
496 free(uncompress);
530 free(uncompress);
536 free(uncompress);
607 free(data);
639 free(data);
1012 free(cil_data)
    [all...]
  /bionic/libc/dns/resolv/
res_state.c 91 free(rs->servent.s_aliases);
103 free(rt);
  /bionic/libc/malloc_debug/
FreeTrackData.cpp 50 error_log("+++ ALLOCATION %p USED AFTER FREE", pointer);
60 error_log("Backtrace at time of free:");
72 error_log("+++ ALLOCATION %p HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", pointer, header->tag);
91 g_dispatch->free(reinterpret_cast<void*>(back_iter->second));
94 g_dispatch->free(header->orig_pointer);
139 error_log("Backtrace of original free:");
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 121 free(cur);
224 free(cur);
  /bionic/libstdc++/include/
cstdlib 90 using ::free;
  /bootable/recovery/minui/
graphics_fbdev.cpp 197 free(gr_draw->data);
198 free(gr_draw);
  /build/tools/atree/
fs.cpp 201 free(args);
202 free(cmd);
  /development/host/windows/usb/api/
adb_helper_routines.cpp 219 // Free the buffer if this call failed
220 free(buffer);
242 free(func_class_dev_data);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 73 free(buf);
111 free(buf);
  /development/ndk/samples/hello-neon/jni/
helloneon.c 112 free(str);
153 free(str);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.cpp 54 free(buf);
103 free(buf);
  /device/google/dragon/audio/hal/dsp/tests/
eq_test.c 59 free(data);
116 free(data);
  /device/google/dragon/recovery/updater/
flash_file.cpp 89 free(dev);
102 free(dev);
flash_mtd.c 74 free(dev);
84 free(dev);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_socket.c 65 free(send_buf);
75 free(pHead);
266 free(p->recv_buf);
364 free(send_buf);
422 free(rspn_ptr);
423 free(rsp_ptr);
726 free(lib_handle->tsctrl.proto);
740 free(lib_handle->tsctrl.proto);
814 // if recv error, we should close the connection, free the proto data,
830 //free(tsctrl->preivew_proto)
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 218 free(p_exif_data->tag_entry.data._bytes);
225 free(p_exif_data->tag_entry.data._ascii);
233 free(p_exif_data->tag_entry.data._shorts);
241 free(p_exif_data->tag_entry.data._longs);
249 free(p_exif_data->tag_entry.data._rats);
256 free(p_exif_data->tag_entry.data._undefined);
264 free(p_exif_data->tag_entry.data._slongs);
272 free(p_exif_data->tag_entry.data._srats);

Completed in 903 milliseconds

<<71727374757677787980>>