|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <ft2build.h>
Go to the source code of this file.
Defines |
| #define | FT_COMPONENT trace_memory |
| #define | FT_COMPONENT trace_list |
Functions |
| | ft_mem_alloc (FT_Memory memory, FT_Long size, FT_Error *p_error) |
| | ft_mem_qalloc (FT_Memory memory, FT_Long size, FT_Error *p_error) |
| | ft_mem_realloc (FT_Memory memory, FT_Long item_size, FT_Long cur_count, FT_Long new_count, void *block, FT_Error *p_error) |
| | ft_mem_qrealloc (FT_Memory memory, FT_Long item_size, FT_Long cur_count, FT_Long new_count, void *block, FT_Error *p_error) |
| | ft_mem_free (FT_Memory memory, const void *P) |
| | ft_mem_dup (FT_Memory memory, const void *address, FT_ULong size, FT_Error *p_error) |
| | ft_mem_strdup (FT_Memory memory, const char *str, FT_Error *p_error) |
| | ft_mem_strcpyn (char *dst, const char *src, FT_ULong size) |
| | FT_List_Find (FT_List list, void *data) |
| | FT_List_Add (FT_List list, FT_ListNode node) |
| | FT_List_Insert (FT_List list, FT_ListNode node) |
| | FT_List_Remove (FT_List list, FT_ListNode node) |
| | FT_List_Up (FT_List list, FT_ListNode node) |
| | FT_List_Iterate (FT_List list, FT_List_Iterator iterator, void *user) |
| | FT_List_Finalize (FT_List list, FT_List_Destructor destroy, FT_Memory memory, void *user) |
| | ft_highpow2 (FT_UInt32 value) |
Generated on Sun May 27 2012 05:59:58 for ReactOS by
1.7.6.1
|