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

1 2 3 4 5 6 78 91011>>

  /external/libvncserver/libvncclient/
cursor.c 4 * This 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 software; if not, write to the Free Software
65 free(client->rcSource);
73 free(client->rcSource);
83 free(client->rcSource);
85 free(buf);
93 free(client->rcSource);
95 free(buf);
133 free(client->rcSource)
    [all...]
  /external/fec/
init_rs.h 36 free(rs);
42 free(rs->alpha_to);
43 free(rs);
62 free(rs->alpha_to);
63 free(rs->index_of);
64 free(rs);
72 free(rs->alpha_to);
73 free(rs->index_of);
74 free(rs);
  /external/valgrind/helgrind/tests/
bar_bad.c 86 free(bar1); free(bar2); free(bar3); free(bar4); free(bar5);
  /external/selinux/checkpolicy/
policy_define.c 23 * This program is free software; you can redistribute it and/or modify
25 * the Free Software Foundation, version 2.
130 free(newid);
155 free(id);
197 free(id);
199 free(datum);
242 free(type);
253 free(id);
276 free(id);
280 free(id)
    [all...]
  /external/autotest/client/site_tests/build_RootFilesystemSize/
build_RootFilesystemSize.py 11 """Test that we have a minimal amount of free space on rootfs."""
19 """Run the free space on rootfs test."""
44 free = int(output_columns[4])
49 # Ignore squashfs as the free space will be reported as 0.
53 # Fail if we are running out of free space on rootfs (20 MiB or
54 # 2% free space).
57 if free < required_free_space:
58 raise error.TestFail('%s bytes free is less than the %s required.' %
59 (free, required_free_space))
  /external/c-ares/
ares__close_sockets.c 31 /* Free all pending output buffers. */
38 free(sendreq->data_storage);
39 free(sendreq);
45 free(server->tcp_buffer);
  /external/clang/test/Analysis/
kmalloc-linux.c 27 free(list); // no-warning
42 free(list);
57 free(list);
malloc-three-arg.c 27 free(list); // no-warning
42 free(list);
57 free(list);
malloc-overflow2.c 5 extern void free(void *ptr);
24 free(p);
taint-tester.cpp 11 void free(void *ptr);
27 free(line);
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
sized_delete_array_fsizeddeallocation.sh.cpp 43 std::free(p);
49 std::free(p);
55 std::free(p);
  /external/libjpeg-turbo/
jmemnobs.c 25 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
27 extern void free (void *ptr);
33 * routines malloc() and free().
45 free(object);
62 free(object);
  /external/opencv3/3rdparty/libjpeg/
jmemnobs.c 23 #ifndef HAVE_STDLIB_H /* <stdlib.h> should declare malloc(),free() */
25 extern void free JPP((void *ptr));
31 * routines malloc() and free().
43 free(object);
63 free(object);
  /external/valgrind/memcheck/tests/
varinforestrict.c 27 free(undefp);
53 free (earth);
57 free (bad);
execve1.stderr.exp 4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/webrtc/webrtc/common_audio/resampler/
resampler.cc 51 free(state1_);
55 free(state2_);
59 free(state3_);
63 free(in_buffer_);
67 free(out_buffer_);
103 free(state1_);
108 free(state2_);
113 free(state3_);
118 free(in_buffer_);
123 free(out_buffer_)
    [all...]
  /system/security/keystore-engine/
keyhandle.cpp 43 free(keyhandle);
71 free(keyhandle);
77 free(keyhandle);
  /external/libmicrohttpd/src/microspdy/
structures.c 5 This program is free software: you can redistribute it and/or modify
7 the Free Software Foundation, either version 3 of the License, or
87 free(container->name);
94 free(container->value);
95 free(container->name);
123 free(pair);
128 free(pair->name);
129 free(pair);
136 free(pair->value);
137 free(pair->name)
    [all...]
  /hardware/intel/common/libva/va/drm/
va_drm.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
48 free(pDisplayContext->pDriverContext->drm_state);
49 free(pDisplayContext->pDriverContext);
50 free(pDisplayContext);
122 free(pDisplayContext);
123 free(pDriverContext);
124 free(drm_state);
  /external/compiler-rt/test/asan/TestCases/Darwin/
crashlog-stacktraces.c 23 free(strs);
30 free(x);
40 // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}}
  /external/compiler-rt/test/asan/TestCases/
memset_test.cc 67 free(q);
69 free(p);
  /external/libunwind/src/mi/
flush_cache.c 7 Permission is hereby granted, free of charge, to any person obtaining
42 free (w->index);
43 free (w->debug_frame);
  /external/selinux/libsepol/src/
constraint.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
44 free(expr->type_names);
45 free(expr);
user_record.c 74 free(key);
105 free(user->name);
131 free(user->mls_level);
156 free(user->mls_range);
195 free(role_cp);
196 free(roles_realloc);
239 free(user->roles[i]);
240 free(user->roles);
253 free(tmp_roles[i]);
256 free(tmp_roles)
    [all...]
  /external/toybox/toys/other/
tac.c 40 free(list->arg);
41 free(list);

Completed in 1262 milliseconds

1 2 3 4 5 6 78 91011>>