HomeSort by relevance Sort by last modified time
    Searched defs:free (Results 101 - 125 of 442) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
IOVecWrapper.java 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
77 obj.free();
99 wrapper.vecArray.free();
  /bionic/libc/private/
bionic_malloc_dispatch.h 58 MallocFree free; member in struct:MallocDispatch
  /bionic/linker/
linker_allocator.cpp 46 // designed to provide the same functionality as the malloc/free/realloc
54 // On free:
60 // the block to free_blocks_list_. If the number of free pages reaches 2,
148 void LinkerSmallObjectAllocator::free(void* ptr) { function in class:LinkerSmallObjectAllocator
170 // if we already have a free page - unmap this one.
298 free(ptr);
320 free(ptr);
327 void LinkerMemoryAllocator::free(void* ptr) { function in class:LinkerMemoryAllocator
342 allocator->free(ptr);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
RuntimeMemAllocation.c 124 Look-up Free memory Region for object allocation.
145 // Look up the free memory region with in current memory map table.
165 // Failed! Skip current free memory pages and adjacent Used pages
175 // Look up the free memory region from the beginning of the memory table
274 @param[in] Buffer Pointer to the buffer to free.
292 // Free this page
439 void free (void *ptr) function
442 // In Standard C, free() handles a null pointer argument transparently. This
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 34 #define free(p) \ macro
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 133 void (*free) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
antlr3input.h 121 * you set it manually as it will be free()d
135 void (*free) (struct ANTLR3_INPUT_STREAM_struct * input); member in struct:ANTLR3_INPUT_STREAM_struct
  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 54 /* Redirect calloc and free to test_calloc() and test_free() so cmockery can
60 #ifdef free
61 #undef free macro
62 #endif // free
63 #define free(ptr) _test_free(ptr, __FILE__, __LINE__) macro
230 free(*intermediate_values);
262 free(intermediate_values);
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 13 // We simply define functions like malloc, free, realloc, etc.
46 INTERCEPTOR(void, free, void *ptr) {
155 void (*free)(void *mem); member in struct:MallocDebugK
164 void (*free)(void *mem); member in struct:MallocDebugL
176 WRAP(malloc), WRAP(free), WRAP(calloc),
180 WRAP(calloc), WRAP(free), WRAP(mallinfo),
asan_malloc_win.cc 43 void free(void *ptr) { function
50 free(ptr);
55 free(ptr);
214 TryToOverrideFunction("free", (uptr)free);
215 TryToOverrideFunction("_free_base", (uptr)free);
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 154 ulong_t used, free; local
164 free = 64 - used;
166 if (size < free) {
171 internal_memcpy(&ctx->buffer[used], data, free);
172 data = (const unsigned char *)data + free;
173 size -= free;
186 ulong_t used, free; local
192 free = 64 - used;
194 if (free < 8) {
195 internal_memset(&ctx->buffer[used], 0, free);
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 2 Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
5 This library is free software; you can redistribute it and/or
7 published by the Free Software Foundation; either version 2 of the
17 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
21 or (US mail) as Mike Haertel c/o Free Software Foundation. */
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
68 extern void free __P ((__ptr_t __ptr));
113 /* Number of contiguous free blocks allowed to build up at the end of
130 size_t nfree; /* Free fragments in a fragmented block. */
131 size_t first; /* First free fragment of the block. *
144 } free; member in union:__anon19017
    [all...]
  /external/e2fsprogs/lib/ext2fs/
irel.h 95 * Free the inode relocation table.
97 errcode_t (*free)(ext2_irel irel); member in struct:ext2_inode_relocation_table
114 #define ext2fs_irel_free(irel) ((irel)->free((irel)))
  /external/f2fs-tools/fsck/
xattr.c 12 * This program is free software; you can redistribute it and/or modify
14 * published by the Free Software Foundation.
172 int free; local
175 * In case of update operation, we calculate free.
177 free = MIN_OFFSET - ((char *)last - (char *)base_addr);
179 free = free + ENTRY_SIZE(here);
180 if (free < newsize) {
226 free(base_addr);
  /external/freetype/include/freetype/
ftsystem.h 164 * free ::
175 FT_Free_Func free; member in struct:FT_MemoryRec_
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_pool.c 6 * Permission is hereby granted, free of charge, to any person obtaining a
67 struct list_head free; member in struct:pool_pb_manager
114 LIST_ADD(&pool_buf->head, &pool->free);
207 item = pool->free.next;
209 if (item == &pool->free) {
243 FREE(pool->bufs);
250 FREE(mgr);
275 LIST_INITHEAD(&pool->free);
307 LIST_ADDTAIL(&pool_buf->head, &pool->free);
314 FREE(pool->bufs)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 12 Permission is hereby granted, free of charge, to any person obtaining a
206 make_empty_list(&rmesa->dma.free);
223 if (is_empty_list(&rmesa->dma.free)
224 || last_elem(&rmesa->dma.free)->bo->size < size) {
242 dma_bo = last_elem(&rmesa->dma.free);
302 foreach_s(dma_bo, temp, &rmesa->dma.free) {
305 free(dma_bo);
311 free(dma_bo);
317 free(dma_bo);
347 const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME
351 size_t free = 0, local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 5 * Permission is hereby granted, free of charge, to any person obtaining a
53 struct pipe_sampler_view **free = NULL; local
65 /* Found a free slot, remember that */
66 free = sv;
72 if (!free) {
73 /* Haven't even found a free one, resize the array */
77 free = &stObj->sampler_views[stObj->num_sampler_views++];
78 *free = NULL;
81 assert(*free == NULL);
83 return free;
    [all...]
  /external/python/cpython3/Modules/
hashtable.h 86 void (*free) (void *ptr); member in struct:__anon33453
  /external/selinux/libsemanage/src/
database.h 30 /* Free record key */
53 void (*free) (record_t * rec); member in struct:record_table
  /external/skia/include/core/
SkPostConfig.h 207 # ifdef free
208 # undef free macro
211 # undef free macro
  /external/skqp/include/core/
SkPostConfig.h 207 # ifdef free
208 # undef free macro
211 # undef free macro
  /external/syslinux/com32/include/syslinux/
firmware.h 46 void (*free)(void *); member in struct:mem_ops
  /external/syslinux/gpxe/src/core/
malloc.c 4 * This program is free software; you can redistribute it and/or
6 * published by the Free Software Foundation; either version 2 of the
15 * along with this program; if not, write to the Free Software
36 /** A free block of memory */
38 /** List of free blocks */
59 * NOWHERE. Calling @c free(NOWHERE) will have no effect.
62 * "either NULL or a pointer suitable to be passed to free()" must be
72 /** List of free memory blocks */
75 /** Total amount of free memory */
124 * free list
316 void free ( void *ptr ) { function
    [all...]
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenManager.java 160 obj.free();

Completed in 2043 milliseconds

1 2 3 45 6 7 8 91011>>