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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/
RawDexFile.c 33 * Close a RawDexFile and free the struct.
41 free(pRawDexFile->cacheFileName);
42 free(pRawDexFile);
  /external/libgsm/src/
gsm_destroy.c 19 extern void free();
25 if (S) free((char *)S);
  /bionic/libc/regex/
regfree.c 46 - regfree - free everything
63 free((char *)g->strip);
65 free((char *)g->sets);
67 free((char *)g->setbits);
69 free(g->must);
70 free((char *)g);
  /bionic/libstdc++/src/
new.cpp 26 free(ptr);
31 free(ptr);
46 free(ptr);
51 free(ptr);
  /bionic/libc/stdlib/
putenv.c 43 (void)free(p);
48 (void)free(p);
  /external/bluetooth/glib/glib/gnulib/
g-gnulib.h 4 * This library is free software; you can redistribute it and/or
6 * License as published by the Free Software Foundation; either
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
35 #undef free macro
38 #define free g_free macro
  /external/oprofile/libutil/
op_cpufreq.c 34 free(line);
56 free(line);
60 free(line);
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DirectBuffer.java 30 void free(); method in interface:DirectBuffer
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffers.java 40 * the direct byte buffer memory to free
45 public static void free(ByteBuffer directBuffer) { method in class:DirectByteBuffers
50 buf.free();
55 * <em>You must not attempt to free the returned address!!</em> It may not
59 * If you can guarantee that you want to free the underlying memory call the
60 * #free() method on this instance -- generally applications will rely on
  /system/vold/
Devmapper.cpp 49 free(buffer);
56 free(buffer);
57 free(buffer2);
66 free(buffer);
67 free(buffer2);
74 free(buffer);
75 free(buffer2);
103 free(tmp);
107 free(buffer);
108 free(buffer2)
    [all...]
  /system/core/libcutils/
dir_hash.c 156 free(f->name);
157 free(f);
160 free(name);
161 free(node);
186 free(f->name);
187 free(f);
191 free(f->name);
192 free(f);
214 free(f->name);
215 free(f)
    [all...]
  /external/elfutils/libdw/
dwarf_end.c 59 free (memp);
63 /* Free the pubnames helper structure. */
64 free (dwarf->pubnames_sets);
66 /* Free the ELF descriptor if necessary. */
70 /* Free the context descriptor. */
71 free (dwarf);
  /external/jpeg/
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);
  /bootable/recovery/applypatch/
main.c 93 free(p->data);
94 free(p);
97 free(*sha1s);
98 free(*patches);
129 free(p->data);
130 free(p);
133 free(sha1s);
134 free(patches);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 2 Copyright (C) 1990, 1991 Free Software Foundation, Inc.
4 This program is free software; you can redistribute it and/or modify
6 the Free Software Foundation; either version 2, or (at your option)
15 along with this program; if not, write to the Free Software
23 void free ();
50 If N is 0, run free and return NULL. */
61 free (p);
  /external/elfutils/libelf/
elf_end.c 0 /* Free resources associated with Elf descriptor.
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,
54 descriptors which depend on it. But we can free the archive
59 free (elf->state.ar.ar_sym);
72 solve this problem by giving free the child lock. The
94 /* This was the last activation. Free all resources. */
99 free (elf->state.ar.long_names);
112 /* Free all separately allocated section headers. *
    [all...]
gelf_freechunk.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,
44 free (ptr);
  /bionic/libc/kernel/common/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /development/ndk/platforms/android-3/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /device/htc/common/updater/
log_recovery.c 49 free(buffer);
55 free(buffer);
62 free(buffer);
72 free(buffer);
  /external/elfutils/libebl/
eblclosebackend.c 0 /* Free ELF backend handle.
36 /* Free the resources. */
37 free (ebl);
  /external/webkit/WebCore/rendering/
RenderArena.h 6 * This library is free software; you can redistribute it and/or
8 * License as published by the Free Software Foundation; either
17 * License along with this library; if not, write to the Free Software
52 void free(size_t, void*);
  /libcore/luni/src/main/java/org/apache/xml/utils/
StringBufferPool.java 37 * Get the first free instance of a string buffer, or create one
38 * if there are no free instances.
52 public synchronized static void free(FastStringBuffer sb) method in class:StringBufferPool
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mempool.h 30 mempool_free_t *free; member in struct:mempool_s

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>