/ndk/tests/device/test-stlport_static-exception/jni/ |
badalloc1.cpp | 6 // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. 59 extern "C" void free (void *) function 81 free (p);
|
/bionic/libc/kernel/uapi/drm/ |
sis_drm.h | 44 unsigned long free; member in struct:__anon292
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3bitset.h | 106 void (*free) (struct ANTLR3_BITSET_struct * bitset); member in struct:ANTLR3_BITSET_struct
|
antlr3intstream.h | 195 void (*free) (struct ANTLR3_INT_STREAM_struct * stream); member in struct:ANTLR3_INT_STREAM_struct
|
antlr3lexer.h | 182 /** Pointer to a function that knows how to free the resources of a lexer 184 void (*free) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
|
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/asan/ |
asan_malloc_win.cc | 41 void free(void *ptr) { function 48 free(ptr); 146 __interception::OverrideFunction("free", (uptr)free);
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 81 void free(void *p) { function 137 void cfree(void *p) ALIAS("free"); 159 void operator delete(void *ptr) throw() ALIAS("free"); 160 void operator delete[](void *ptr) throw() ALIAS("free"); 161 void operator delete(void *ptr, std::nothrow_t const&) ALIAS("free"); 162 void operator delete[](void *ptr, std::nothrow_t const&) ALIAS("free");
|
/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 56 unsigned long free; member in struct:__anon10959
|
/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:__anon12246
|
/external/libdrm/nouveau/ |
bufctx.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 60 struct nouveau_bufref_priv *free; member in struct:nouveau_bufctx_priv 99 while ((pref = pctx->free)) { 100 pctx->free = pref->next; 101 free(pref); 103 free(pctx); 118 pref->next = pctx->free; 119 pctx->free = pref; 132 struct nouveau_bufref_priv *pref = pctx->free; 137 pctx->free = pref->next [all...] |
/external/libnfc-nci/src/nfc/nci/ |
nci_hrcv.c | 43 ** Returns TRUE-caller of this function to free the GKI buffer p_msg 50 BOOLEAN free = TRUE; local 69 free = FALSE; 93 return free;
|
/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/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/pdfium/third_party/freetype/src/raster/ |
ftmisc.h | 77 FT_Free_Func free; member in struct:FT_MemoryRec_
|
/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 151 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);
|
/frameworks/native/libs/ui/ |
GraphicBufferAllocator.cpp | 136 status_t GraphicBufferAllocator::free(buffer_handle_t handle) function in class:android::GraphicBufferAllocator 141 err = mAllocDev->free(mAllocDev, handle); 143 ALOGW_IF(err, "free(...) failed %d (%s)", err, strerror(-err));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-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:__anon30655
|
/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:__anon32448
|