Searched defs:free (Results 176 - 200 of 203) sorted by relevance

123456789

/external/openssl/include/openssl/
H A Dx509_vfy.h9 * This library is free for commercial and non-commercial use as long as
145 void (*free)(X509_LOOKUP *ctx); member in struct:x509_lookup_method_st
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c59 #define free md5_free /* suppress a shadow warning */ macro
61 #undef free macro
342 /* free bitmap if needed */
382 /* free bitmap buffer if needed */
388 /* free glyph loader */
4741 FT_TRACE0(( "FT_Done_Library: failed to free some faces\n" ));
4751 /* avoids double free in some occasions. It is a hack. */
/external/qemu/audio/
H A Daudio.c7 * Permission is hereby granted, free of charge, to any person obtaining a copy
1485 int live, free, nb_live, cleanup_required, prev_rpos; local
1515 free = audio_get_free (sw);
1516 if (free > 0) {
1517 sw->callback.fn (sw->callback.opaque, free);
1561 free = audio_get_free (sw);
1562 if (free > 0) {
1563 sw->callback.fn (sw->callback.opaque, free);
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c3 /*--- An implementation of malloc/free which doesn't use sbrk. ---*/
14 This program is free software; you can redistribute it and/or
55 /* Number and total size of blocks in free queue. Used by mallinfo(). */
85 Layout of a block on the free list:
121 (The bottom 3 or so bits are always free for this because of alignment.)
162 // The free space at the end of an unsplittable superblock is not used to
163 // make a free block. Note that this means that an unsplittable superblock can
226 Addr perm_malloc_current; // first byte free in perm_malloc sb.
295 // Get a block's size as stored, ie with the in-use/free attribute.
308 // Get a block's plain size, ie. remove the in-use/free attribut
2374 void VG_(free) ( void* ptr ) function
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h72 xmlParserInputDeallocate free; /* function to deallocate the base */ member in struct:_xmlParserInput
/external/libxml2/include/libxml/
H A Dparser.h72 xmlParserInputDeallocate free; /* function to deallocate the base */ member in struct:_xmlParserInput
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c177 #include <stdlib.h> /* for malloc, free, etc. */
306 #define free(a) uprv_free(a) macro
310 /* Handle malloc/free accounting. If enabled, our accountable routines */
312 /* and free routines. */
314 #define free(a) decFree(a) macro
316 /* 'Our' malloc and free: */
733 if (allocres!=NULL) free(allocres); /* drop any storage used */
992 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
993 if (allocbufb!=NULL) free(allocbufb); /* .. */
1096 if (allocrhs !=NULL) free(allocrh
8119 #undef free macro
8183 #define free macro
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h93 void (*free)(void*); member in struct:sqlite3_api_routines
292 #define sqlite3_free sqlite3_api->free
/external/icu/icu4c/source/i18n/
H A DdecNumber.c177 #include <stdlib.h> /* for malloc, free, etc. */
308 #define free(a) uprv_free(a) macro
312 /* Handle malloc/free accounting. If enabled, our accountable routines */
314 /* and free routines. */
316 #define free(a) decFree(a) macro
318 /* 'Our' malloc and free: */
735 if (allocres!=NULL) free(allocres); /* drop any storage used */
994 if (allocbufa!=NULL) free(allocbufa); /* drop any storage used */
995 if (allocbufb!=NULL) free(allocbufb); /* .. */
1098 if (allocrhs !=NULL) free(allocrh
8121 #undef free macro
8185 #define free macro
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h295 /// void free(void *ptr);
296 free, enumerator in enum:llvm::LibFunc::Func
/external/sqlite/dist/orig/
H A Dsqlite3ext.h103 void (*free)(void*); member in struct:sqlite3_api_routines
330 #define sqlite3_free sqlite3_api->free
/external/sqlite/dist/
H A Dsqlite3ext.h103 void (*free)(void*); member in struct:sqlite3_api_routines
330 #define sqlite3_free sqlite3_api->free
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h255 * Macro used to free extra information stored in the context
459 * @comp: the #xsltElemPreComp to free up
470 * TODO: This is somehow not nice, since it has a "free" field, which
482 xsltElemPreCompDeallocator free; /* the deallocator */ member in struct:_xsltElemPreComp
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc175 // We skip free space objects.
346 intptr_t free = reserved - space->SizeOfObjects(); local
347 PrintF("[%s]: %d pages, %d (%.1f%%) free\n",
349 static_cast<int>(free), static_cast<double>(free) * 100 / reserved);
721 // If page was not swept then there are no free list items on it.
805 // about choosing pages to free. We expect that half-empty pages
814 // try to free all mostly empty pages. We expect that almost empty
877 PrintF("%p [%s]: %d (%.2f%%) free %s\n", reinterpret_cast<void*>(p),
2557 // Fill slots that became free wit
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h264 void (*free)(struct kvm_vcpu *vcpu); member in struct:kvm_mmu
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c5 This library is free software; you can redistribute it and/or
38 This is a version (aka dlmalloc) of malloc/free/realloc written by
129 errors by defining PROCEED_ON_ERROR. In this case, a bad free
144 When USE_LOCKS is defined, each public call to malloc, free,
208 If MSPACES is defined, then in addition to malloc, free, etc.,
232 You cannot allocate from one and free to another (although
293 rather than aborting. If set, detected bad arguments to free and
310 set will attempt to check every non-mmapped allocated and free chunk
403 be the same as a call to free. Some people think it should. Otherwise,
431 releasing via malloc_trim in free()
617 #define free macro
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c6 * This library is free software; you can redistribute it and/or
76 The GNU C Library is free software; you can redistribute it and/or
1721 The GNU C Library is free software; you can redistribute it and/or
1983 /* free a TCC compilation context */
2885 DEF(TOK_free, "free")
4217 DEF(TOK_free, "free")
5555 * This library is free software; you can redistribute it and/or
6708 free(ptr);
6757 #define free(p) use_tcc_free(p)
7254 /* free strin
6755 #define free macro
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 246 milliseconds

123456789