HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 201 - 225 of 2074) sorted by null

1 2 3 4 5 6 7 891011>>

  /bootable/recovery/applypatch/
freecache.c 60 free(files[j]);
130 printf("%ld bytes free on /cache (%ld needed)\n",
145 // nothing we can delete to free up space!
146 printf("no files can be deleted to free space on /cache\n");
151 // biggest ones? the smallest ones that will free up enough space?
161 printf("deleted %s; now %ld bytes free\n", names[i], (long)free_now);
162 free(names[i]);
167 free(names[i]);
169 free(names);
  /bootable/recovery/mtdutils/
mounts.c 48 free((char *)volume->device);
49 free((char *)volume->mount_point);
50 free((char *)volume->filesystem);
51 free((char *)volume->flags);
78 /* Free the old volume strings.
158 //TODO: free the strings we've allocated.
  /development/ndk/platforms/android-3/include/
malloc.h 39 extern void free(void *);
50 size_t ordblks; /* number of free chunks */
57 size_t fordblks; /* total free space */
  /device/samsung/crespo/alsa-lib/include/
pcm_rate.h 15 * This library is free software; you can redistribute it and/or modify
17 * published by the Free Software Foundation; either version 2.1 of
26 * License along with this library; if not, write to the Free Software
69 * free the converter; optional
71 void (*free)(void *obj); member in struct:snd_pcm_rate_ops
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Memory.c 50 SEC_OSAL_Log(SEC_LOG_TRACE, "free count: %d", mem_cnt);
53 free(addr);
  /external/bison/src/
scan-skel.l 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
8 Bison is free software; you can redistribute it and/or modify it
10 the Free Software Foundation; either version 2, or (at your option)
19 along with Bison; see the file COPYING. If not, write to the Free
75 contrary to their "free" occurrences, used for issuing #includes,
89 free (outname);
115 free (outname);
  /external/bluetooth/bluez/test/
test-textfile.c 8 * This program is free software; you can redistribute it and/or modify
10 * the Free Software Foundation; either version 2 of the License, or
19 * along with this program; if not, write to the Free Software
79 free(str);
97 free(str);
118 free(str);
148 free(str);
  /external/dnsmasq/src/
lease.c 3 This program is free software; you can redistribute it and/or modify
5 the Free Software Foundation; version 2 dated June, 1991, or
401 free(lease->clid);
420 free(lease->old_hostname);
423 unqualified name from it, free the unqulaified name here. */
428 free(lease->hostname);
485 free(new_name);
486 free(new_fqdn);
550 free(lease->old_hostname);
565 free(lease->old_hostname);
    [all...]
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_sequence_free.c 6 * The library is free for all purposes without any express
15 ASN.1 DER, free's a structure allocated by der_decode_sequence_flexi(), Tom St Denis
21 Free memory allocated by der_decode_sequence_flexi()
22 @param in The list to free
37 /* now walk the list and free stuff */
54 /* move to next and free current */
56 free(in);
  /external/elfutils/libelf/
gelf_rawchunk.c 5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation, version 2.
15 along with this program; if not, write to the Free Software Foundation,
67 free (result);
  /external/freetype/include/freetype/
ftsystem.h 164 * free ::
175 FT_Free_Func free; member in struct:FT_MemoryRec_
  /external/libffi/testsuite/libffi.call/
struct3.c 57 free (ts3_result);
  /external/oprofile/daemon/
opd_mangling.c 122 free((char *)values.image_name);
134 free((char *)values.image_name);
136 free((char *)values.cg_image_name);
203 free(mangled);
  /external/oprofile/libpopt/
findme.c 49 free(buf);
  /external/oprofile/libutil/
op_growable_buffer.c 27 free(b->p);
  /external/qemu/android/utils/
reflist.c 4 ** License version 2, as published by the Free Software Foundation, and
28 free(l->u.items);
107 free(l->u.items);
132 free(l->u.items);
162 free(l->u.items);
  /external/webkit/JavaScriptCore/API/tests/
NodeList.c 79 free(nodeList);
  /external/webkit/JavaScriptCore/wtf/
Assertions.cpp 70 free(buffer);
95 free(wideBuffer);
99 free(buffer);
103 free(buffer);
  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 60 free(m_buffer);
  /external/webkit/WebKitTools/DumpRenderTree/cg/
PixelDumpSupportCG.h 61 free(m_buffer);
  /external/wpa_supplicant/tests/
test_x509v3.c 5 * This program is free software; you can redistribute it and/or modify
7 * published by the Free Software Foundation.
52 free(buf);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 5 * This program is free software; you can redistribute it and/or modify
7 * published by the Free Software Foundation.
52 free(buf);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 24 #include <stdlib.h> // for free, malloc, etc
38 #define oscl_free free
  /frameworks/base/media/libstagefright/foundation/
ABuffer.cpp 46 free(mData);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 84 #define FREE(_ptr) \
87 free(_ptr); \

Completed in 222 milliseconds

1 2 3 4 5 6 7 891011>>