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

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 78 /// Indicates whether we should free the vector or it was supplied to us
156 void (*free) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 83 void free(void *p) { function
139 void cfree(void *p) ALIAS("free");
161 void operator delete(void *ptr) throw() ALIAS("free");
162 void operator delete[](void *ptr) throw() ALIAS("free");
163 void operator delete(void *ptr, std::nothrow_t const&) ALIAS("free");
164 void operator delete[](void *ptr, std::nothrow_t const&) ALIAS("free");
  /external/curl/lib/
memdebug.h 97 #define free(ptr) curl_dofree(ptr, __LINE__, __FILE__) macro
179 * to log free() calls at same location where Curl_safefree is used.
180 * This macro also assigns NULL to given pointer when free'd.
184 do { free((ptr)); (ptr) = NULL;} WHILE_FALSE
  /external/drm_gralloc/
gralloc_drm_priv.h 5 * Permission is hereby granted, free of charge, to any person obtaining a
58 /* free a bo */
59 void (*free)(struct gralloc_drm_drv_t *drv, member in struct:gralloc_drm_drv_t
  /external/e2fsprogs/lib/ext2fs/
brel.h 71 * Free the block relocation table.
73 errcode_t (*free)(ext2_brel brel); member in struct:ext2_block_relocation_table
85 #define ext2fs_brel_free(brel) ((brel)->free((brel)))
  /external/freetype/src/raster/
ftmisc.h 77 FT_Free_Func free; member in struct:FT_MemoryRec_
  /external/kernel-headers/original/uapi/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
62 unsigned long free; member in struct:__anon22633
  /external/libdrm/include/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
56 unsigned long free; member in struct:__anon24649
  /external/libdrm/nouveau/
bufctx.c 4 * Permission is hereby granted, free of charge, to any person obtaining a
54 struct nouveau_bufref_priv *free; member in struct:nouveau_bufctx_priv
93 while ((pref = pctx->free)) {
94 pctx->free = pref->next;
95 free(pref);
97 free(pctx);
112 pref->next = pctx->free;
113 pctx->free = pref;
126 struct nouveau_bufref_priv *pref = pctx->free;
131 pctx->free = pref->next
    [all...]
  /external/libevent/include/event2/
thread.h 112 void (*free)(void *lock, unsigned locktype); member in struct:evthread_lock_callbacks
149 /** Function to free a condition variable. */
  /external/llvm/lib/Support/
MD5.cpp 189 unsigned long used, free; local
201 free = 64 - used;
203 if (Size < free) {
208 memcpy(&buffer[used], Ptr, free);
209 Ptr = Ptr + free;
210 Size -= free;
233 unsigned long used, free; local
239 free = 64 - used;
241 if (free < 8) {
242 memset(&buffer[used], 0, free);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_slab.h 5 * Permission is hereby granted, free of charge, to any person obtaining
76 struct list_head free; /* list of free pb_slab_entry structures */ member in struct:pb_slab
77 unsigned num_free; /* number of entries in free list */
85 * of entries. All entries that belong to the slab must be added to the free
98 * The callback must free the slab and all its entries. It must not call any of
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 6 * Permission is hereby granted, free of charge, to any person obtaining
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
128 * @param mask which components must be free in the temporary index that is
130 * @return -1 If there are no more free temporaries, otherwise the index of
153 int free; local
159 free = rc_find_free_temporary_list(c, used, RC_REGISTER_MAX_INDEX,
161 if (free < 0) {
165 return free;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_helpers.h 4 * Permission is hereby granted, free of charge, to any person obtaining a
146 struct nine_range *free; member in struct:nine_range_pool
155 r->next = pool->free;
156 pool->free = r;
164 tail->next = pool->free;
165 pool->free = head;
  /external/python/cpython3/Include/
pymem.h 69 Because the Python implementation is free to change internal details, and
74 calloc/free. For example, on Windows different DLLs may end up using
76 heap used by the Python DLL; it could be a disaster if you free()'ed that
96 free. These functions make sure that allocating 0 bytes returns a distinct
158 * anymore. They're just confusing aliases for PyMem_{Free,FREE} now.
189 void (*free) (void *ctx, void *ptr); member in struct:__anon33183
  /external/valgrind/coregrind/
pub_core_mallocfree.h 13 This program is free software; you can redistribute it and/or
15 published by the Free Software Foundation; either version 2 of the
24 along with this program; if not, write to the Free Software
37 // PURPOSE: high-level memory allocation (malloc/free), for the core and
152 Bool free; // True if this is in the arena free zone. member in struct:_AddrArenaInfo
  /external/valgrind/drd/tests/
unit_vc.c 17 void VG_(free)(void* p) function
18 { return free(p); }
78 free(str);
80 free(str);
82 free(str);
89 free(str);
92 free(str);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaStream.java 107 free(nativeStream);
133 private static native void free(long nativeStream); method in class:MediaStream
MediaStreamTrack.java 68 free(nativeTrack);
85 private static native void free(long nativeTrack); method in class:MediaStreamTrack
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 144 status_t GraphicBufferAllocator::free(buffer_handle_t handle) function in class:android::GraphicBufferAllocator
149 // mapper to get the handle. We just need to free the handle now.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
obj.h 19 void (*free)(void *v); member in struct:isl_obj_vtable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
sis_drm.h 6 * Permission is hereby granted, free of charge, to any person obtaining a
56 unsigned long free; member in struct:__anon62180
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 59 defer buf.free()
94 defer buf.free()
142 defer buf.free()
175 defer buf.free()
244 func (mb *memBuffer) free() { func
245 C.free(mb.ptr)
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 59 defer buf.free()
94 defer buf.free()
142 defer buf.free()
175 defer buf.free()
244 func (mb *memBuffer) free() { func
245 C.free(mb.ptr)
  /system/nfc/src/nfc/nci/
nci_hrcv.cc 49 ** Returns TRUE-caller of this function to free the GKI buffer p_msg
55 bool free = true; local
74 free = false;
100 return free;

Completed in 624 milliseconds

1 2 34 5 6 7 8 91011>>