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

<<31323334353637383940>>

  /external/syslinux/gpxe/src/include/gpxe/
bitmap.h 53 * Free bitmap resources
58 free ( bitmap->blocks );
  /external/syslinux/gpxe/src/include/
stdlib.h 27 extern void free ( void *ptr );
  /external/toybox/toys/android/
getprop.c 88 if (CFG_TOYBOX_FREE) free(context);
103 free(TT.nv[i*2]);
104 free(TT.nv[1+i*2]);
106 free(TT.nv);
  /external/toybox/toys/lsb/
hostname.c 34 if (CFG_TOYBOX_FREE) free(hostname);
mktemp.c 56 if (CFG_TOYBOX_FREE) free(template);
  /external/toybox/toys/other/
chcon.c 34 free(path);
lsusb.c 41 free(name);
sysctl.c 87 free(data);
88 free(path);
112 free(path);
146 free(line);
  /external/toybox/toys/posix/
chmod.c 52 free(s);
  /external/valgrind/exp-sgcheck/tests/
hsg.c 32 free(duh);
  /external/valgrind/helgrind/tests/
free_is_write.c 11 the malloc'd area, then free it. */
15 free(s_mem);
34 /* Write, which isn't coordinated with the free ==> a race
hg01_all_ok.c 26 free (ptr);
tc04_free_lock.c 24 free(xx);
  /external/valgrind/include/
pub_tool_mallocfree.h 14 This program is free software; you can redistribute it and/or
16 published by the Free Software Foundation; either version 2 of the
25 along with this program; if not, write to the Free Software
43 extern void VG_(free) ( void* p );
60 // In particular, do *not* call VG_(free) or VG_(realloc).
  /external/valgrind/massif/tests/
ignored.c 10 free(ignored_x2);
47 x = realloc(ignored_x, 0); // equivalent to 'free(ignored_x)'.
  /external/valgrind/memcheck/tests/
err_disable1.c 27 free(block);
err_disable2.stderr.exp 7 Address 0x........ is 5 bytes inside a block of size 10 free'd
8 at 0x........: free (vg_replace_malloc.c:...)
memalign2.c 33 // Check behaviour of memalign/free for big alignment.
43 // We allocate (and then free) a piece of memory smaller than
45 // If the superblock is marked as reclaimable, the below free(s) will cause
46 // an assert. Note that the test has to be run with a --free-list-vol
47 // parameter smaller than the released blocks size to ensure the free is directly
51 free (piece);
52 free (p);
54 // Same as above but do the free in the reverse order.
57 free (p);
58 free (piece)
    [all...]
varinfo2.c 30 free(undefp);
wcs.c 27 free (c); // b == c
  /external/valgrind/memcheck/tests/solaris/
scalar_auditon_stat.stderr.exp 15 Address 0x........ is not stack'd, malloc'd or (recently) free'd
31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
scalar_lwp_name.stderr.exp 15 Address 0x........ is not stack'd, malloc'd or (recently) free'd
34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
scalar_tsol_clearance.stderr.exp 12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/none/tests/amd64/
ssse3_misaligned.c 16 free(x);
  /external/valgrind/none/tests/arm/
ldrt.c 89 free(b);
99 free(c);
107 free(d);
115 free(e);

Completed in 405 milliseconds

<<31323334353637383940>>