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

<<31323334353637383940>>

  /external/icu/icu4c/source/tools/memcheck/
ICUMemCheck.pl 24 # common/cmemory.o U free
60 if ($symbols =~ /(?m:U +free$)/) {
  /external/ipsec-tools/src/racoon/
gcmalloc.h 46 * malloc(), calloc(), realloc(), and free() entry points in the main
77 free(void *ptr) function
120 #define racoon_free(p) free((p))
  /external/libbrillo/brillo/
type_name_undecorate.cc 22 std::unique_ptr<char, decltype(&std::free)> res{
24 std::free
  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 66 EXPECT_GT(meminfo0.free, meminfo1.free);
74 EXPECT_GT(meminfo1.free, meminfo2.free);
82 EXPECT_GT(meminfo2.free, meminfo3.free);
93 EXPECT_GT(meminfo3.free, meminfo4.free);
  /external/libdrm/tests/kms/
libkms-test-screen.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
75 free(screen->name);
77 free(screen);
  /external/libedit/src/
fgetln.c 71 free(buf);
103 free(p);
  /external/libmicrohttpd/doc/examples/
basicauthentication.c 1 /* Feel free to use this example code in any way
44 if (user != NULL) free (user);
45 if (pass != NULL) free (pass);
tlsauthentication.c 1 /* Feel free to use this example code in any way
110 free (buffer);
139 free (headervalue);
179 free (expected);
186 free (expected_b64);
258 free (key_pem);
259 free (cert_pem);
267 free (key_pem);
268 free (cert_pem);
  /external/libpng/contrib/gregbook/
readppm.c 45 This program is free software; you can redistribute it and/or modify
47 the Free Software Foundation; either version 2 of the License, or
56 along with this program; if not, write to the Free Software Foundation,
168 free (image_data);
180 free(image_data);
  /external/libvpx/libvpx/
video_reader.c 58 free(reader->buffer);
59 free(reader);
  /external/linux-kselftest/tools/testing/selftests/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
45 local mem_free0=$(free -m | awk 'NR==2 {print $4}')
59 local mem_free1=$(free -m | awk 'NR==2 {print $4}')
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd03.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
88 free(res1);
89 free(res2);
  /external/ltp/testcases/kernel/syscalls/setitimer/
setitimer03.c 5 * This program is free software; you can redistribute it and/or modify
7 * the Free Software Foundation; either version 2 of the License, or
16 * along with this program; if not, write to the Free Software
129 free(value);
130 free(ovalue);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
4-1.c 51 free(data);
54 free(data);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
7-1.c 5 * This program is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation.
14 * with this program; if not, write the Free Software Foundation, Inc.,
119 free(sems);
139 free(sems);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
5-1.c 5 * This program is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation.
14 * with this program; if not, write the Free Software Foundation, Inc.,
130 free(sem_name);
183 free(sem_name);
  /external/mesa3d/src/glx/
glx_query.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
58 free(reply);
82 free(reply);
  /external/mesa3d/src/intel/tools/
disasm.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
105 free(gd);
117 free(disasm);
  /external/mesa3d/src/mesa/drivers/dri/common/
megadriver_stub.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
110 free(driver_name);
120 free(get_extensions_name);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_resolve_map.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
77 * \brief Remove and free an element from the map.
83 free(elem);
87 * \brief Remove and free all elements of the map.
93 free(node);
  /external/mesa3d/src/mesa/program/
prog_cache.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
102 free(cache->items);
120 free(c->key);
128 free(c);
148 free(cache);
160 free(cache->items);
161 free(cache);
169 free(cache->items);
170 free(cache);
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 176 free( bitmap );
187 free( bitmap);
223 free( bitmap );
314 free( bitmapData );
353 free( bitmapData );
365 free( bitmapData );
377 free( bitmapData );
391 free( bitmapData );
  /external/openssh/
ssh-keysign.c 109 free(p);
116 free(p);
131 free(pkalg);
132 free(pkblob);
144 free(p);
152 free(luser);
277 free(host);
298 free(data);
uuencode.c 71 free(encoded);
94 free(buf);
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,

Completed in 484 milliseconds

<<31323334353637383940>>