/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | BaseMemAllocation.c | 39 void free (void *ptr) function
|
H A D | RuntimeMemAllocation.c | 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. 435 void free (void *ptr) function
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | refcnt.h | 29 * When this count is decremented below zero, the free() 38 * If this method is left NULL, the standard library free() 40 * may omit the free() method if the @c refcnt object is the 43 void ( * free ) ( struct refcnt *refcnt ); member in struct:refcnt 50 * @v free Freeing function 54 void ( * free ) ( struct refcnt *refcnt ) ) { 55 refcnt->free = free; 62 * @v free Free containing object 64 #define ref_init( refcnt, free ) d [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/ |
H A D | mm.h | 5 * Permission is hereby granted, free of charge, to any person obtaining a 44 unsigned int free:1; member in struct:mem_block 58 * restrict the search to free memory after 'startSearch'
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prwin16.h | 111 void (PR_CALLBACK *free)( void *ptr ); member in struct:PRMethodCallbackStr
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | MyAlloc.c | 26 // Get back to original alloc/free calls. 31 #undef free macro 364 // Allocate new buffer, copy old data, free old buffer. 511 free (Tmp);
|
H A D | MyAlloc.h | 48 #define free(ptr) MyFree ((ptr), __FILE__, __LINE__) macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Malloc.c | 2 Definitions for memory allocation routines: calloc, malloc, realloc, free. 126 /** The free function causes the space pointed to by Ptr to be deallocated, 131 function, or if the space has been deallocated by a call to free or 138 free(void *Ptr) function 154 realloc function, or if the space has been deallocated by a call to the free 215 free( Ptr); // and reclaim the old region. 221 free( Ptr); // Reclaim the old region.
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/ |
H A D | VBoxDTraceLibCWrappers.h | 12 * available from http://www.virtualbox.org. This file is free software; 77 #undef free macro 78 #define free(a_pv) RTMemFree(a_pv) macro
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | mm.h | 5 * Permission is hereby granted, free of charge, to any person obtaining a 39 unsigned int free:1; member in struct:mem_block 61 * restrict the search to free memory after 'startSearch'
|
H A D | sis_drm.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 56 unsigned long free; member in struct:__anon3670
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_memory.cpp | 107 void free(void *ptr) function in namespace:std 114 DebugStr("\pillegal block passed to free."); 141 free(ptr);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.h | 98 #define CRTFREEIF(x) if (x) { nsCRT::free(x); x = 0; } 179 static void free(char* str) { function in class:nsCRT 213 // You must use nsCRT::free(PRUnichar*) to free memory allocated 217 // You must use nsCRT::free(PRUnichar*) to free memory allocated 221 static void free(PRUnichar* str) { function in class:nsCRT
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 61 void (*free)(void *ptr); member in struct:wine_rb_functions 240 /* Note that we use postorder here because the callback will likely free the entry. */ 244 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/Devices/Network/ |
H A D | lwipopts.h | 172 #define free(x) RTMemFree(x) macro
|
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_mod.h | 44 #define free(x) free(x, M_ALIAS) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | malloc.c | 4 * This program is free software; you can redistribute it and/or 38 /** A free block of memory */ 53 /** List of free blocks */ 72 * NOWHERE. Calling @c free(NOWHERE) will have no effect. 75 * "either NULL or a pointer suitable to be passed to free()" must be 85 /** List of free memory blocks */ 88 /** Total amount of free memory */ 102 * Mark all blocks in free list as defined 111 /* Traverse free block list, marking each block structure as 142 * Mark all blocks in free lis 473 void free ( void *ptr ) { function [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 55 void (*free)(void *ptr); member in struct:wine_rb_functions 234 /* Note that we use postorder here because the callback will likely free the entry. */ 238 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 61 void (*free)(void *ptr); member in struct:wine_rb_functions 240 /* Note that we use postorder here because the callback will likely free the entry. */ 244 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | lwipopts.h | 10 * available from http://www.virtualbox.org. This file is free software; 194 #define free(x) RTMemFree(x) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 55 void (*free)(void *ptr); member in struct:wine_rb_functions 234 /* Note that we use postorder here because the callback will likely free the entry. */ 238 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 55 void (*free)(void *ptr); member in struct:wine_rb_functions 234 /* Note that we use postorder here because the callback will likely free the entry. */ 238 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 7 * This library is free software; you can redistribute it and/or 61 void (*free)(void *ptr); member in struct:wine_rb_functions 240 /* Note that we use postorder here because the callback will likely free the entry. */ 244 tree->functions->free(tree->stack.entries);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxFBOverlay.cpp | 10 * available from http://www.virtualbox.org. This file is free software; 215 void free(VBoxVHWACommandElement * pEl) function in class:VBoxVHWAEntriesCache 1251 free(mAddress); 1404 free(mAddress); 1455 free(address); 1578 free(pvBuf); 3985 // free(pCmd); 4265 free(pContext); 4491 free(pCmd); 5045 VBOXQGLLOG(("!!!no more free element [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | dict.c | 52 xmlChar *free; member in struct:_xmlDictStrings 135 if (pool->end - pool->free > namelen) 153 pool->free = &pool->array[0]; 159 ret = pool->free; 160 memcpy(pool->free, name, namelen); 161 pool->free += namelen; 162 *(pool->free++) = 0; 191 if (pool->end - pool->free > namelen) 209 pool->free = &pool->array[0]; 215 ret = pool->free; [all...] |