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

<<41424344454647484950>>

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
malloc.h 33 extern void free(void *);
  /prebuilts/sdk/renderscript/clang-include/
mm_malloc.h 3 * Permission is hereby granted, free of charge, to any person obtaining a copy
71 free(__p);
  /system/core/libcutils/
native_handle.c 52 free(h);
  /system/core/libcutils/tests/
test_str_parms.cpp 29 free(out_str);
  /system/core/libion/tests/
formerly_valid_handle_test.cpp 45 TEST_F(FormerlyValidHandle, free)
  /system/extras/libpagemap/
pagemap_test.cpp 45 free(maps);
pm_map.c 83 free(pagemap);
131 free(pagemap);
140 free(map->name);
141 free(map);
  /toolchain/binutils/binutils-2.25/libiberty/
argv.c 2 Copyright (C) 1992, 2001, 2010, 2012 Free Software Foundation, Inc.
6 Libiberty is free software; you can redistribute it and/or
8 License as published by the Free Software Foundation; either
18 not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
92 Free an argument vector that was built using @code{buildargv}. Simply
109 free (*scan);
111 free (vector);
279 free (copybuf);
356 operating system to free the memory when the program exits.
454 /* Free up memory allocated to process the response file. We d
    [all...]
cp-demint.c 2 Copyright (C) 2004 Free Software Foundation, Inc.
7 This file is free software; you can redistribute it and/or modify
9 the Free Software Foundation; either version 2 of the License, or
13 Free Software Foundation gives you unlimited permission to link the
27 along with this program; if not, write to the Free Software
209 free (di.comps);
210 free (di.subs);
224 free (di.subs);
229 free (di.comps);
pex-msdos.c 4 Free Software Foundation, Inc.
7 Libiberty is free software; you can redistribute it and/or
9 License as published by the Free Software Foundation; either
19 write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
149 free (ms->files[fdindex]);
192 free (temp_base);
235 free (scmd);
236 free (rf);
262 free (scmd);
263 free (rf)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 100 free(s);
102 free(pattern);
152 free(s);
187 free(str);
188 free(pat);
221 free(pattern);
296 free(pattern);
297 free(tzID);
347 free(exp);
348 free(tzID)
    [all...]
  /external/libnl/lib/
nl.c 4 * This library is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation version 2.1
443 free(msg.msg_control);
444 free(*buf);
467 free(msg.msg_control);
468 free(*buf);
481 free(msg.msg_control);
485 free(msg.msg_control);
486 free(*buf);
666 free(buf)
    [all...]
  /external/opencv3/modules/imgcodecs/src/
rgbe.cpp 59 // feel free to modify it to suit your needs.
339 free(buffer);
356 free(buffer);
361 free(buffer);
379 free(scanline_buffer);
386 free(scanline_buffer);
390 free(scanline_buffer);
405 free(scanline_buffer);
412 free(scanline_buffer);
422 free(scanline_buffer)
    [all...]
  /external/toybox/toys/posix/
cp.c 170 free(err);
182 free(s);
191 free(s);
199 free(s);
250 free(s);
261 free(s);
311 free(value);
314 free(list);
342 free(pp);
401 free(pre)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 170 free(p_in_frame->private_data);
171 free(p_in_frame);
172 free(p_out_frame);
426 free(lib2d_obj);
464 free(lib2d_obj);
505 free(p_in_frame);
511 free(p_in_frame);
512 free(p_out_frame);
575 free(p_in_frame);
576 free(p_out_frame)
    [all...]
  /system/core/fs_mgr/
fs_mgr_fstab.c 348 free(line);
353 free(line);
368 /* Free the pointers return by strdup(3) */
369 free(fstab->recs[i].blk_device);
370 free(fstab->recs[i].mount_point);
371 free(fstab->recs[i].fs_type);
372 free(fstab->recs[i].fs_options);
373 free(fstab->recs[i].key_loc);
374 free(fstab->recs[i].label);
377 /* Free the fstab_recs array created by calloc(3) *
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp 106 free(hostname);
111 free(hostname);
  /external/autotest/client/deps/glbench/src/
png_helper.cc 85 free(row_pointers[y]);
86 free(row_pointers);
  /external/clang/test/Analysis/
weak-functions.c 69 // free.c
71 void free(void *) __attribute__((weak_import));
74 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
  /external/compiler-rt/lib/tsan/rtl/
tsan_new_delete.cc 25 DECLARE_REAL(void, free, void *ptr)
28 #define __libc_free REAL(free)

Completed in 1088 milliseconds

<<41424344454647484950>>