Searched refs:free (Results 1 - 25 of 1097) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php6 * Copyright 2007-2011, Francois Revol, revol@free.fr.
/haiku/headers/cpp/
H A Dstl_alloc.h168 free(__p);
303 // information that we can return the object to the proper free list
354 // Returns an object of size __n, and optionally adds to size __n free list.
511 // right free list.
527 /* Returns an object of size __n, and optionally adds to size __n free list.*/
545 /* Build free list in chunk */
H A Dstl_tempbuf.h75 free(__p);
121 __STL_UNWIND(free(_M_buffer); _M_buffer = 0; _M_len = 0);
126 free(_M_buffer);
H A Dstrstream.h4 This file is part of the GNU IO Library. This library is free
41 void init_dynamic(_IO_alloc_type alloc, _IO_free_type free,
/haiku/headers/os/drivers/
H A Dlocked_pool.h23 free list is stored within free memory blocks, so you have to specify
47 // free block
48 void (*free)(locked_pool_cookie pool, void *block); member in struct:__anon257
56 // min_free_block - minimum number of free blocks
/haiku/headers/private/app/
H A DSimpleMallocIO.h28 free(fBuffer);
/haiku/headers/private/bluetooth/
H A DPortListener.h42 free(fThreadName);
43 free(fPortName);
181 free(buffer);
/haiku/headers/private/debugger/types/
H A DValueLocation.h62 free(value);
/haiku/headers/private/drivers/
H A Dksocket.h97 #error feel free to put back ksocketd support if you dare
/haiku/headers/private/fs_shell/
H A DStack.h29 free(fArray);
39 // could also free the memory
H A Dfssh_drivers.h49 fssh_device_free_hook free; /* called to free the cookie */ member in struct:__anon19
/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h52 free(fBuffer);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h53 free(location);
/haiku/headers/private/kernel/util/
H A DHeap.h185 free(fElements);
H A DMallocFreeAllocator.h23 /*! free()'s the given object.
26 free(object);
H A DMinMaxHeap.h187 free(fMinElements);
H A DStack.h28 free(fArray);
38 // could also free the memory
/haiku/headers/private/media/
H A DTList.h21 free(items);
32 free(items);
H A DTMap.h22 free(items);
33 free(items);
H A DTStack.h24 free(fArray);
/haiku/headers/private/net/
H A DNetUtilities.h129 free(fBuffer);
H A Ddns_resolver.h49 free(res);
H A Dnet_buffer.h46 void (*free)(net_buffer* buffer); member in struct:net_buffer_module_info
H A Dnet_stack_interface.h29 status_t (*free)(net_socket* socket); member in struct:net_stack_interface_module_info
/haiku/headers/private/package/hpkg/
H A DStrings.h40 free(string);

Completed in 88 milliseconds

1234567891011>>