HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 551 - 575 of 7852) sorted by null

<<21222324252627282930>>

  /device/google/marlin/dataservices/datatop/src/
datatop_stat_poll.c 158 free(line_len);
175 free(dpset->data_points[i].name);
176 free(dpset->data_points);
179 free(((struct dtop_stat_vars *)(dpset->priv))->line[i]);
180 free(((struct dtop_stat_vars *)(dpset->priv))->line);
181 free(((struct dtop_stat_vars *)(dpset->priv)));
183 free(dpset);
275 free(newname);
289 free(newname);
290 free(add)
    [all...]
  /external/autotest/client/tests/aio_dio_bugs/src/
Makefile 6 aio-free-ring-with-bogus-nr-pages \
17 aio-free-ring-with-bogus-nr-pages: aio-free-ring-with-bogus-nr-pages.c
  /external/cblas/examples/
cblas_example1.c 65 free(a);
66 free(x);
67 free(y);
  /external/curl/lib/
dotdot.c 68 free(out);
76 free(out);
177 free(orgclone);
  /external/e2fsprogs/contrib/android/
block_range.c 35 free(head);
53 free(buf);
56 free(buf);
  /external/libmicrohttpd/src/testcurl/https/
test_tls_options.c 5 libmicrohttpd is free software; you can redistribute it and/or modify
7 by the Free Software Foundation; either version 2, or (at your
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
60 free (cbc.buf);
69 free (cbc.buf);
74 free (cbc.buf);
  /external/libnetfilter_conntrack/src/conntrack/
stack.c 4 * This program is free software; you can redistribute it and/or modify it
6 * the Free Software Foundation; either version 2 of the License, or
34 free(s);
45 free(s->data);
46 free(s);
  /external/ltp/testcases/kernel/device-drivers/zram/
zram01.sh 4 # This program is free software; you can redistribute it and/or
6 # published by the Free Software Foundation; either version 2 of
15 # along with this program; if not, write the Free Software Foundation,
51 tst_check_cmds dd free awk
52 local mem_free0=$(free -m | awk 'NR==2 {print $4}')
66 local mem_free1=$(free -m | awk 'NR==2 {print $4}')
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap06.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
126 free(tst_buff);
132 free(tst_buff);
136 free(tst_buff);
mmap07.c 4 * This program is free software; you can redistribute it and/or modify
6 * the Free Software Foundation; either version 2 of the License, or
15 * along with this program; if not, write to the Free Software
129 free(tst_buff);
135 free(tst_buff);
139 free(tst_buff);
  /external/mesa3d/src/gallium/tests/unit/
u_cache_test.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
55 free(key);
56 free(value);
92 free(key);
  /external/openssh/
groupaccess.c 76 free(groups_bygid);
120 * Free memory allocated for group access list.
129 free(groups_byname[i]);
131 free(groups_byname);
  /external/openssh/openbsd-compat/
bsd-asprintf.c 46 free(string);
51 free(string);
60 free(newstr);
  /external/selinux/libselinux/src/
is_customizable_type.c 45 free(list[j]);
46 free(list);
55 free(buf);
label_x.c 55 free(type);
57 free(key);
85 free(type);
90 free(type);
91 free(key);
92 free(context);
164 free(line_buf);
188 free(spec->key);
189 free(spec->lr.ctx_raw);
190 free(spec->lr.ctx_trans)
    [all...]
  /external/selinux/libsepol/src/
context_record.c 45 free(con->user);
71 free(con->role);
97 free(con->type);
123 free(con->mls);
200 free(con->user);
201 free(con->role);
202 free(con->type);
203 free(con->mls);
204 free(con);
265 free(tmp)
    [all...]
  /external/toybox/toys/pending/
watch.c 39 if (CFG_TOYBOX_FREE) free(oldcmd);
67 free(header);
68 if (cmd != *toys.optargs) free(cmd);
  /external/toybox/toys/posix/
comm.c 61 free(line[i]);
67 free(line[i]);
75 free(line[i]);
  /external/v8/src/
allocation.cc 7 #include <stdlib.h> // For free, malloc.
31 free(p);
76 // Using free is not correct in general, but for V8_LIBC_BIONIC it is.
77 free(ptr);
79 free(ptr);
  /external/valgrind/memcheck/tests/
malloc2.c 35 free(test_arr[j]);
49 free(test_arr[i]);
54 free(test_arr[i]);
  /external/vboot_reference/host/lib21/
host_keyblock.c 58 free(key);
66 free(key);
71 free(buf);
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 53 free(buf);
66 free(buf);
71 free(buf);
  /hardware/intel/img/psb_video/src/
psb_ws_driver.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
62 * Free an allocated validate list node.
69 free(containerOf(node, struct _PsbDrmValidateNode, base));
72 free(node);
95 .free = psb_free,
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 54 * @brief Free allocated space
61 free(ptr);
80 free(pm);
160 free((void*) handle);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 54 * @brief Free allocated space
61 free(ptr);
80 free(pm);
160 free((void*) handle);

Completed in 739 milliseconds

<<21222324252627282930>>