Fri, 19 Dec 2025 17:53:18 +0100
update ucx
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
1 | /* |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
2 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
3 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
4 | * Copyright 2021 Mike Becker, Olaf Wintermann All rights reserved. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
5 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
6 | * Redistribution and use in source and binary forms, with or without |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
7 | * modification, are permitted provided that the following conditions are met: |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
8 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
9 | * 1. Redistributions of source code must retain the above copyright |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
10 | * notice, this list of conditions and the following disclaimer. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
11 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
12 | * 2. Redistributions in binary form must reproduce the above copyright |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
13 | * notice, this list of conditions and the following disclaimer in the |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
14 | * documentation and/or other materials provided with the distribution. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
15 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
16 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
17 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
18 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
19 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
20 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
21 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
22 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
23 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
24 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
25 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
26 | * POSSIBILITY OF SUCH DAMAGE. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
27 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
28 | /** |
| 852 | 29 | * @file allocator.h |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
30 | * Interface for custom allocators. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
31 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
32 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
33 | #ifndef UCX_ALLOCATOR_H |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
34 | #define UCX_ALLOCATOR_H |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
35 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
36 | #include "common.h" |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
37 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
38 | #ifdef __cplusplus |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
39 | extern "C" { |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
40 | #endif |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
41 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
42 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
43 | * The class definition for an allocator. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
44 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
45 | typedef struct { |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
46 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
47 | * The allocator's malloc() implementation. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
48 | */ |
| 889 | 49 | void *(*malloc)(void *data, size_t n); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
50 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
51 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
52 | * The allocator's realloc() implementation. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
53 | */ |
| 889 | 54 | void *(*realloc)(void *data, void *mem, size_t n); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
55 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
56 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
57 | * The allocator's calloc() implementation. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
58 | */ |
| 889 | 59 | void *(*calloc)(void *data, size_t nmemb, size_t size); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
60 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
61 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
62 | * The allocator's free() implementation. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
63 | */ |
| 889 | 64 | void (*free)(void *data, void *mem); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
65 | } cx_allocator_class; |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
66 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
67 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
68 | * Structure holding the data for an allocator. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
69 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
70 | struct cx_allocator_s { |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
71 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
72 | * A pointer to the instance of the allocator class. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
73 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
74 | cx_allocator_class *cl; |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
75 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
76 | * A pointer to the data this allocator uses. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
77 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
78 | void *data; |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
79 | }; |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
80 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
81 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
82 | * High-Level type alias for the allocator type. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
83 | */ |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
84 | typedef struct cx_allocator_s CxAllocator; |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
85 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
86 | /** |
| 886 | 87 | * A pre-defined allocator using standard library malloc() etc. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
88 | */ |
| 889 | 89 | CX_EXPORT extern const CxAllocator * const cxStdlibAllocator; |
| 886 | 90 | |
| 91 | /** | |
| 92 | * The default allocator that is used by UCX. | |
| 93 | * Initialized with cxStdlibAllocator, but you may change it. | |
| 94 | */ | |
| 889 | 95 | CX_EXPORT extern const CxAllocator * cxDefaultAllocator; |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
96 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
97 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
98 | * Function pointer type for destructor functions. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
99 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
100 | * A destructor function deallocates possible contents and MAY free the memory |
| 852 | 101 | * pointed to by @p memory. Read the documentation of the respective function |
| 102 | * pointer to learn if a destructor SHALL, MAY, or MUST NOT free the memory in | |
| 103 | * that particular implementation. | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
104 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
105 | * @param memory a pointer to the object to destruct |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
106 | */ |
| 852 | 107 | typedef void (*cx_destructor_func)(void *memory); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
108 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
109 | /** |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
110 | * Function pointer type for destructor functions. |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
111 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
112 | * A destructor function deallocates possible contents and MAY free the memory |
| 852 | 113 | * pointed to by @p memory. Read the documentation of the respective function |
| 114 | * pointer to learn if a destructor SHALL, MAY, or MUST NOT free the memory in | |
| 115 | * that particular implementation. | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
116 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
117 | * @param data an optional pointer to custom data |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
118 | * @param memory a pointer to the object to destruct |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
119 | */ |
| 889 | 120 | typedef void (*cx_destructor_func2)(void *data, void *memory); |
| 121 | ||
| 122 | ||
| 123 | /** | |
| 124 | * Function pointer type for clone functions. | |
| 125 | * | |
| 126 | * A clone function is supposed to create a deep copy of the memory pointed to | |
| 127 | * by the @p source pointer. | |
| 128 | * If the @p target pointer is non-null, the clone function is supposed to store | |
| 129 | * the copy into that memory region. | |
| 130 | * Otherwise, the clone function shall use the specified @p allocator to create | |
| 131 | * a new object. | |
| 132 | * | |
| 133 | * The return value of a clone function is always a pointer to the target | |
| 134 | * memory region, or @c NULL if any allocation failed. | |
| 135 | * A clone function SHOULD NOT fail for any other reason than an allocation | |
| 136 | * failure. | |
| 137 | * | |
| 138 | * @param target the target memory or @c NULL, if memory shall be allocated | |
| 139 | * @param source the source memory | |
| 140 | * @param allocator the allocator that shall be used | |
| 141 | * @param data optional additional data | |
| 142 | * @return either the specified @p target, a pointer to the allocated memory, | |
| 143 | * or @c NULL, if any error occurred | |
| 144 | */ | |
| 891 | 145 | typedef void*(*cx_clone_func)(void *target, const void *source, |
| 889 | 146 | const CxAllocator *allocator, void *data); |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
147 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
148 | /** |
| 891 | 149 | * Returns the system's memory page size. |
| 150 | * | |
| 151 | * If the page size cannot be retrieved from the system, | |
| 152 | * a default of 4096 bytes is assumed. | |
| 775 | 153 | * |
| 891 | 154 | * @return the system's memory page size in bytes |
| 155 | */ | |
| 156 | cx_attr_nodiscard | |
| 157 | CX_EXPORT unsigned long cx_system_page_size(void); | |
| 158 | ||
| 159 | /** | |
| 160 | * Reallocate a previously allocated block. | |
| 886 | 161 | * |
| 891 | 162 | * Internal function - do not use. |
| 775 | 163 | * |
| 164 | * @param mem pointer to the pointer to allocated block | |
| 165 | * @param n the new size in bytes | |
| 852 | 166 | * @retval zero success |
| 167 | * @retval non-zero failure | |
| 168 | * @see cx_reallocatearray() | |
| 775 | 169 | */ |
| 889 | 170 | cx_attr_nonnull cx_attr_nodiscard |
| 171 | CX_EXPORT int cx_reallocate_(void **mem, size_t n); | |
| 852 | 172 | |
| 173 | /** | |
| 891 | 174 | * Reallocate a previously allocated block. |
| 852 | 175 | * |
| 891 | 176 | * Internal function - do not use. |
| 852 | 177 | * |
| 178 | * @param mem pointer to the pointer to allocated block | |
| 179 | * @param nmemb the number of elements | |
| 180 | * @param size the size of each element | |
| 181 | * @retval zero success | |
| 182 | * @retval non-zero failure | |
| 183 | * @see cx_reallocate() | |
| 184 | */ | |
| 889 | 185 | cx_attr_nonnull cx_attr_nodiscard |
| 186 | CX_EXPORT int cx_reallocatearray_(void **mem, size_t nmemb, size_t size); | |
| 775 | 187 | |
| 188 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
189 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 190 | * if necessary. |
| 191 | * | |
| 886 | 192 | * @note This will use stdlib reallocate and @em not the cxDefaultAllocator. |
| 193 | * | |
| 852 | 194 | * @par Error handling |
| 195 | * @c errno will be set by realloc() on failure. | |
| 196 | * | |
| 197 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 198 | * @param n (@c size_t) the new size in bytes | |
| 199 | * @retval zero success | |
| 200 | * @retval non-zero failure | |
| 201 | * @see cx_reallocatearray() | |
| 202 | */ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
203 | #define cx_reallocate(mem, n) cx_reallocate_((void**)(mem), n) |
| 852 | 204 | |
| 205 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
206 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 207 | * if necessary. |
| 208 | * | |
| 209 | * The size is calculated by multiplying @p nemb and @p size. | |
| 210 | * | |
| 886 | 211 | * @note This will use stdlib reallocate and @em not the cxDefaultAllocator. |
| 212 | * | |
| 852 | 213 | * @par Error handling |
| 214 | * @c errno will be set by realloc() on failure or when the multiplication of | |
| 215 | * @p nmemb and @p size overflows. | |
| 216 | * | |
| 217 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 218 | * @param nmemb (@c size_t) the number of elements | |
| 219 | * @param size (@c size_t) the size of each element | |
| 220 | * @retval zero success | |
| 221 | * @retval non-zero failure | |
| 222 | */ | |
| 223 | #define cx_reallocatearray(mem, nmemb, size) \ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
224 | cx_reallocatearray_((void**)(mem), nmemb, size) |
| 852 | 225 | |
| 226 | /** | |
| 886 | 227 | * Allocates memory and sets every byte to zero. |
| 228 | * | |
| 229 | * @param n (@c size_t) the number of bytes | |
| 230 | * @return (@c void*) a pointer to the allocated memory | |
| 231 | */ | |
| 232 | #define cx_zalloc(n) calloc(1, n) | |
| 233 | ||
| 234 | /** | |
| 852 | 235 | * Free a block allocated by this allocator. |
| 236 | * | |
| 237 | * @note Freeing a block of a different allocator is undefined. | |
| 238 | * | |
| 239 | * @param allocator the allocator | |
| 240 | * @param mem a pointer to the block to free | |
| 241 | */ | |
| 242 | cx_attr_nonnull_arg(1) | |
| 889 | 243 | CX_EXPORT void cxFree(const CxAllocator *allocator, void *mem); |
| 852 | 244 | |
| 245 | /** | |
| 246 | * Allocate @p n bytes of memory. | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
247 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
248 | * @param allocator the allocator |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
249 | * @param n the number of bytes |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
250 | * @return a pointer to the allocated memory |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
251 | */ |
| 889 | 252 | cx_attr_nodiscard cx_attr_nonnull |
| 253 | cx_attr_malloc cx_attr_dealloc_ucx cx_attr_allocsize(2) | |
| 254 | CX_EXPORT void *cxMalloc(const CxAllocator *allocator, size_t n); | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
255 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
256 | /** |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
257 | * Reallocate the previously allocated block in @p mem, making the new block |
| 852 | 258 | * @p n bytes long. |
| 889 | 259 | * This function may return the same pointer passed to it if moving |
| 852 | 260 | * the memory was not necessary. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
261 | * |
| 852 | 262 | * @note Re-allocating a block allocated by a different allocator is undefined. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
263 | * |
| 891 | 264 | * @attention This function is bug-prone. Consider using cxReallocate(). |
| 265 | * | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
266 | * @param allocator the allocator |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
267 | * @param mem pointer to the previously allocated block |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
268 | * @param n the new size in bytes |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
269 | * @return a pointer to the reallocated memory |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
270 | */ |
| 889 | 271 | cx_attr_nodiscard cx_attr_nonnull_arg(1) |
| 272 | cx_attr_dealloc_ucx cx_attr_allocsize(3) | |
| 273 | CX_EXPORT void *cxRealloc(const CxAllocator *allocator, void *mem, size_t n); | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
274 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
275 | /** |
| 891 | 276 | * Reallocate the previously allocated block in @p mem. |
| 277 | * | |
| 889 | 278 | * This function may return the same pointer passed to it if moving |
| 852 | 279 | * the memory was not necessary. |
| 280 | * | |
| 281 | * The size is calculated by multiplying @p nemb and @p size. | |
| 889 | 282 | * If that multiplication overflows, this function returns @c NULL, and @c errno |
| 852 | 283 | * will be set. |
| 284 | * | |
| 285 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
286 | * |
| 891 | 287 | * @attention This function is bug-prone. Consider using cxReallocateArray(). |
| 288 | * | |
| 852 | 289 | * @param allocator the allocator |
| 290 | * @param mem pointer to the previously allocated block | |
| 291 | * @param nmemb the number of elements | |
| 292 | * @param size the size of each element | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
293 | * @return a pointer to the reallocated memory |
| 852 | 294 | */ |
| 889 | 295 | cx_attr_nodiscard cx_attr_nonnull_arg(1) |
| 296 | cx_attr_dealloc_ucx cx_attr_allocsize(3, 4) | |
| 297 | CX_EXPORT void *cxReallocArray(const CxAllocator *allocator, | |
| 298 | void *mem, size_t nmemb, size_t size); | |
| 852 | 299 | |
| 300 | /** | |
| 891 | 301 | * Reallocate a previously allocated block. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
302 | * |
| 891 | 303 | * Internal function - do not use. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
304 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
305 | * @param allocator the allocator |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
306 | * @param mem pointer to the pointer to allocated block |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
307 | * @param n the new size in bytes |
| 852 | 308 | * @retval zero success |
| 309 | * @retval non-zero failure | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
310 | */ |
| 889 | 311 | cx_attr_nodiscard cx_attr_nonnull |
| 312 | CX_EXPORT int cxReallocate_(const CxAllocator *allocator, void **mem, size_t n); | |
| 852 | 313 | |
| 314 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
315 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 316 | * if necessary. |
| 317 | * This function acts like cxRealloc() using the pointer pointed to by @p mem. | |
| 318 | * | |
| 319 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 320 | * | |
| 321 | * @par Error handling | |
| 889 | 322 | * @c errno will be set if the underlying realloc function does so. |
| 852 | 323 | * |
| 324 | * @param allocator (@c CxAllocator*) the allocator | |
| 325 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 326 | * @param n (@c size_t) the new size in bytes | |
| 327 | * @retval zero success | |
| 328 | * @retval non-zero failure | |
| 329 | */ | |
| 330 | #define cxReallocate(allocator, mem, n) \ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
331 | cxReallocate_(allocator, (void**)(mem), n) |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
332 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
333 | /** |
| 891 | 334 | * Reallocate a previously allocated block. |
| 852 | 335 | * |
| 891 | 336 | * Internal function - do not use. |
| 852 | 337 | * |
| 338 | * @param allocator the allocator | |
| 339 | * @param mem pointer to the pointer to allocated block | |
| 340 | * @param nmemb the number of elements | |
| 341 | * @param size the size of each element | |
| 342 | * @retval zero success | |
| 343 | * @retval non-zero on failure | |
| 344 | */ | |
| 889 | 345 | cx_attr_nodiscard cx_attr_nonnull |
| 346 | CX_EXPORT int cxReallocateArray_(const CxAllocator *allocator, | |
| 347 | void **mem, size_t nmemb, size_t size); | |
| 852 | 348 | |
| 349 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
350 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 351 | * if necessary. |
| 352 | * This function acts like cxReallocArray() using the pointer pointed to | |
| 353 | * by @p mem. | |
| 354 | * | |
| 355 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 356 | * | |
| 357 | * @par Error handling | |
| 358 | * @c errno will be set, if the underlying realloc function does so or the | |
| 359 | * multiplication of @p nmemb and @p size overflows. | |
| 360 | * | |
| 361 | * @param allocator (@c CxAllocator*) the allocator | |
| 362 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 363 | * @param nmemb (@c size_t) the number of elements | |
| 364 | * @param size (@c size_t) the size of each element | |
| 365 | * @retval zero success | |
| 366 | * @retval non-zero failure | |
| 367 | */ | |
| 368 | #define cxReallocateArray(allocator, mem, nmemb, size) \ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
369 | cxReallocateArray_(allocator, (void**) (mem), nmemb, size) |
| 852 | 370 | |
| 371 | /** | |
| 891 | 372 | * Allocate @p nmemb elements of @p size bytes each, all initialized to zero. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
373 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
374 | * @param allocator the allocator |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
375 | * @param nmemb the number of elements |
|
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
376 | * @param size the size of each element in bytes |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
377 | * @return a pointer to the allocated memory |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
378 | */ |
| 889 | 379 | cx_attr_nonnull_arg(1) cx_attr_nodiscard |
| 380 | cx_attr_malloc cx_attr_dealloc_ucx cx_attr_allocsize(2, 3) | |
| 381 | CX_EXPORT void *cxCalloc(const CxAllocator *allocator, size_t nmemb, size_t size); | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
382 | |
| 886 | 383 | /** |
| 384 | * Allocate @p n bytes of memory and sets every byte to zero. | |
| 385 | * | |
| 386 | * @param allocator the allocator | |
| 387 | * @param n the number of bytes | |
| 388 | * @return a pointer to the allocated memory | |
| 389 | */ | |
| 889 | 390 | cx_attr_nodiscard cx_attr_nonnull |
| 391 | cx_attr_malloc cx_attr_dealloc_ucx cx_attr_allocsize(2) | |
| 392 | CX_EXPORT void *cxZalloc(const CxAllocator *allocator, size_t n); | |
| 886 | 393 | |
| 394 | /** | |
| 891 | 395 | * Allocate @p n bytes of memory. |
| 396 | * | |
| 886 | 397 | * Convenience macro that invokes cxMalloc() with the cxDefaultAllocator. |
| 891 | 398 | * |
| 399 | * @param n (@c size_t) the number of bytes | |
| 400 | * @return (@c void*) a pointer to the allocated memory | |
| 886 | 401 | */ |
| 891 | 402 | #define cxMallocDefault(n) cxMalloc(cxDefaultAllocator, n) |
| 403 | ||
| 886 | 404 | /** |
| 891 | 405 | * Allocate @p n bytes of memory and sets every byte to zero. |
| 406 | * | |
| 886 | 407 | * Convenience macro that invokes cxZalloc() with the cxDefaultAllocator. |
| 891 | 408 | * |
| 409 | * @param n (@c size_t) the number of bytes | |
| 410 | * @return (@c void*) a pointer to the allocated memory | |
| 886 | 411 | */ |
| 891 | 412 | #define cxZallocDefault(n) cxZalloc(cxDefaultAllocator, n) |
| 413 | ||
| 886 | 414 | /** |
| 891 | 415 | * Allocate @p nmemb elements of @p size bytes each, all initialized to zero. |
| 416 | * | |
| 886 | 417 | * Convenience macro that invokes cxCalloc() with the cxDefaultAllocator. |
| 891 | 418 | * |
| 419 | * @param nmemb (@c size_t) the number of elements | |
| 420 | * @param size (@c size_t) the size of each element in bytes | |
| 421 | * @return (@c void*) a pointer to the allocated memory | |
| 886 | 422 | */ |
| 891 | 423 | #define cxCallocDefault(nmemb, size) cxCalloc(cxDefaultAllocator, nmemb, size) |
| 424 | ||
| 886 | 425 | /** |
| 891 | 426 | * Reallocate the previously allocated block in @p mem. |
| 427 | * | |
| 428 | * This function may return the same pointer passed to it if moving | |
| 429 | * the memory was not necessary. | |
| 430 | * | |
| 886 | 431 | * Convenience macro that invokes cxRealloc() with the cxDefaultAllocator. |
| 891 | 432 | * |
| 433 | * @attention This function is bug-prone. Consider using cxReallocateDefault(). | |
| 434 | * | |
| 435 | * @param mem (@c void*) pointer to the previously allocated block | |
| 436 | * @param n (@c size_t) the new size in bytes | |
| 437 | * @return (@c void*) a pointer to the reallocated memory | |
| 886 | 438 | */ |
| 891 | 439 | #define cxReallocDefault(mem, n) cxRealloc(cxDefaultAllocator, mem, n) |
| 440 | ||
| 886 | 441 | /** |
| 891 | 442 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 443 | * if necessary. | |
| 444 | * This function acts like cxRealloc() using the pointer pointed to by @p mem. | |
| 445 | * | |
| 886 | 446 | * Convenience macro that invokes cxReallocate() with the cxDefaultAllocator. |
| 891 | 447 | * |
| 448 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 449 | * | |
| 450 | * @par Error handling | |
| 451 | * @c errno will be set if the underlying realloc function does so. | |
| 452 | * | |
| 453 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 454 | * @param n (@c size_t) the new size in bytes | |
| 455 | * @retval zero success | |
| 456 | * @retval non-zero failure | |
| 886 | 457 | */ |
| 891 | 458 | #define cxReallocateDefault(mem, n) cxReallocate(cxDefaultAllocator, mem, n) |
| 459 | ||
| 886 | 460 | /** |
| 891 | 461 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 462 | * if necessary. | |
| 463 | * This function acts like cxReallocArray() using the pointer pointed to | |
| 464 | * by @p mem. | |
| 465 | * | |
| 466 | * Convenience macro that invokes cxReallocateArray() with the cxDefaultAllocator. | |
| 467 | * | |
| 468 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 469 | * | |
| 470 | * @par Error handling | |
| 471 | * @c errno will be set, if the underlying realloc function does so or the | |
| 472 | * multiplication of @p nmemb and @p size overflows. | |
| 473 | * | |
| 474 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 475 | * @param nmemb (@c size_t) the number of elements | |
| 476 | * @param size (@c size_t) the size of each element | |
| 477 | * @retval zero success | |
| 478 | * @retval non-zero failure | |
| 886 | 479 | */ |
| 891 | 480 | #define cxReallocateArrayDefault(mem, nmemb, size) \ |
| 481 | cxReallocateArray(cxDefaultAllocator, mem, nmemb, size) | |
| 482 | ||
| 886 | 483 | /** |
| 891 | 484 | * Reallocate the previously allocated block in @p mem. |
| 485 | * | |
| 486 | * Convenience macro that invokes cxReallocArray() with the cxDefaultAllocator. | |
| 487 | * | |
| 488 | * This function may return the same pointer passed to it if moving | |
| 489 | * the memory was not necessary. | |
| 490 | * | |
| 491 | * The size is calculated by multiplying @p nemb and @p size. | |
| 492 | * If that multiplication overflows, this function returns @c NULL, and @c errno | |
| 493 | * will be set. | |
| 494 | * | |
| 495 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 496 | * | |
| 497 | * @attention This function is bug-prone. Consider using cxReallocateArrayDefault(). | |
| 498 | * | |
| 499 | * @param mem (@c void*) pointer to the previously allocated block | |
| 500 | * @param nmemb (@c size_t) the number of elements | |
| 501 | * @param size (@c size_t) the size of each element | |
| 502 | * @return (@c void*) a pointer to the reallocated memory | |
| 886 | 503 | */ |
| 891 | 504 | #define cxReallocArrayDefault(mem, nmemb, size) cxReallocArray(cxDefaultAllocator, mem, nmemb, size) |
| 505 | ||
| 506 | /** | |
| 507 | * Free a block of memory. | |
| 508 | * | |
| 509 | * Convenience function that invokes cxFree() with the cxDefaultAllocator. | |
| 510 | * | |
| 511 | * @param mem the memory to deallocate | |
| 512 | */ | |
| 513 | CX_EXPORT void cxFreeDefault(void *mem); | |
| 886 | 514 | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
515 | #ifdef __cplusplus |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
516 | } // extern "C" |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
517 | #endif |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
518 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
519 | #endif // UCX_ALLOCATOR_H |