Searched defs:free (Results 26 - 50 of 203) sorted by last modified time

123456789

/external/sqlite/dist/
H A Dsqlite3ext.h103 void (*free)(void*); member in struct:sqlite3_api_routines
330 #define sqlite3_free sqlite3_api->free
/external/srec/portable/include/
H A Dpmemory.h68 #define FREE(p) free(p)
77 #define PMemLogFree(p) (free(p), ESR_SUCCESS)
88 #define free #error macro
147 * Portable free()
152 * Portable free()
/external/srec/portable/src/
H A Dpmalloc.c37 #undef free macro
61 * scanning the free-memory linked list in PortFree(). If SPEEDUP is defined, then
62 * split the memory pool into imaginary 'bins', and keep track of the first free list
108 /* Memory pool free list */
110 * free list entry in each bin. This is to speed up the linked-list search
197 free(memBuffer);
333 _UPD_Altab(q->_Size, q->_Size, 0); /* heap=alloc+free */
365 /* remove *qb cell from free list.
370 /* Check whether the cell is at the end of the 'free' linked-list */
373 /* The cell is not at the end of the free linke
[all...]
H A Dpmemfixed.c28 #undef free macro
36 of free memory blocks of a fixed size. The memory pools are ordered in increasing block
39 to store the address of the next free memory block in the linked list, and to store the
40 memory block's pool ID (this is used by the free function to determine which pool the block
47 memory manager searches the remaining pools in the sequence until it finds a free block or
467 by PortFree to determine how much requested memory has been free'd */
H A Dpmemory.c37 #undef free macro
62 /* If enabled, logs individual memory allocation, reallocation, free operations */
120 #define free PortDelete macro
313 free((LCHAR*) gMemoryMap[i].tag);
442 pfprintf(gFile, L("pmem|free|%s|%s|%d|0x%x|%s|\n"), e->tag, data->stackTrace, data->size, ptr, stackTrace);
444 pfprintf(gFile, L("pmem|free|%s|%d|0x%x\n"), e->tag, data->size, ptr);
565 Upon successful completion with size not equal to 0, malloc() shall return a pointer to the allocated space. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() shall be returned. Otherwise, it shall return a null pointer and set errno to indicate the error.
643 free(stackTrace);
726 If ptr does not match a pointer returned earlier by calloc(), malloc() or realloc() or if the space has previously been deallocated by a call to free() or realloc(), the behaviour is undefined.
731 Upon successful completion with a size not equal to 0, realloc() returns a pointer to the (possibly moved) allocated space. If size is 0, either a null pointer or a unique pointer that can be successfully passed to free() i
[all...]
/external/skia/src/core/
H A DSkTLList.h302 bool free = fFreeList.isInList(block->fNodes + i); local
304 SkASSERT(free != active);
306 freeCnt += free;
323 bool free = fFreeList.isInList(block->fNodes + i); local
325 SkASSERT(free != active);
327 freeCnt += free;
/external/skia/src/gpu/
H A DGrAllocPool.cpp45 size_t free = SkTMin(bytes, fBytesTotal - fBytesFree); local
46 fBytesFree += free;
47 fPtr -= free;
48 return bytes - free;
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp46 * there is not a free name within.
49 * be set to zero if there were no free names within the
101 * @param name The name to free. Not-allocated names are silently ignored
103 * @return The resulting SparseNameRange after the free (or NULL if it
109 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) = 0;
188 virtual SparseNameRange* SK_WARN_UNUSED_RESULT free(GrGLuint name) SK_OVERRIDE {
190 fLeft.reset(fLeft->free(name));
192 // fLeft became empty after the free.
198 fRight.reset(fRight->free(name));
200 // fRight became empty after the free
363 void GrGLNameAllocator::free(GrGLuint name) { function in class:GrGLNameAllocator
[all...]
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp59 /** Function called to free memory if needed */
62 void free(PoolDiscardableMemory* dm);
109 fPool->free(this);
189 void DiscardableMemoryPool::free(PoolDiscardableMemory* dm) { function in class:__anon30735::DiscardableMemoryPool
/external/skia/include/core/
H A DSkPostConfig.h254 # ifdef free
255 # undef free macro
258 # undef free macro
H A DSkTemplates.h131 void free() { function in class:SkAutoTDelete
179 void free() { SkDELETE_ARRAY(fArray); fArray = NULL; } function in class:SkAutoTDeleteArray
193 /** Allocate an array of T elements, and free the array in the destructor
276 // 'fArray' was allocated last time so free it now
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
482 void free() { function in class:SkAutoFree
518 * current block is dynamically allocated, free the old block and
555 void free() { function in class:SkAutoMalloc
/external/skia/include/gpu/
H A DGrGlyph.h39 void free() { function in struct:GrGlyph
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
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. ...
/external/qemu/android/
H A Daudio-test.c30 testAudio_audio_callback(void* opaque, int free) argument
34 //printf("%s: pos=%d free=%d\n", __FUNCTION__, ta->pos, free);
36 while (free > 0) {
38 if (avail > free)
39 avail = free;
46 free -= avail;
94 free(testAudio);
/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/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h94 void (*free)(_THIS); member in struct:SDL_AudioDevice
/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...]
H A DSDL_qsort.c61 #ifdef free
62 #undef free macro
64 #define free SDL_free macro
348 free(pivot);
379 free(pivot);
426 free(pivot);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h5 This library is free software; you can redistribute it and/or
68 be verified by ListModes(), and the video subsystem is free to
324 void (*free)(_THIS); member in struct:SDL_VideoDevice
/external/qemu/hw/android/goldfish/
H A Daudio.c185 goldfish_audio_buff_send( struct goldfish_audio_buff* b, int free, struct goldfish_audio_state* s ) argument
189 if (write > free)
190 write = free;
501 static void goldfish_audio_callback(void *opaque, int free) argument
506 /* loop until free is zero or both buffers are empty */
507 while (free && s->current_buffer) {
510 while (free && s->current_buffer == 1) {
511 int written = goldfish_audio_buff_send( s->out_buff1, free, s );
514 free -= written;
526 while (free
[all...]
/external/qemu/include/qom/
H A Dobject.h385 ObjectFree *free; member in struct:Object
405 * An object should only free the members that are unique to its type in this
784 * meant to allow a property to free its opaque upon object
842 * The caller should free the string.
950 * caller shall free the string.
/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. ...

Completed in 240 milliseconds

123456789