Sat, 08 Nov 2025 23:06:11 +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 | */ | |
| 145 | typedef void*(cx_clone_func)(void *target, const void *source, | |
| 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 | /** |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
149 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 150 | * if necessary. |
| 775 | 151 | * |
| 886 | 152 | * @note This will use stdlib reallocate and @em not the cxDefaultAllocator. |
| 153 | * | |
| 852 | 154 | * @par Error handling |
| 155 | * @c errno will be set by realloc() on failure. | |
| 775 | 156 | * |
| 157 | * @param mem pointer to the pointer to allocated block | |
| 158 | * @param n the new size in bytes | |
| 852 | 159 | * @retval zero success |
| 160 | * @retval non-zero failure | |
| 161 | * @see cx_reallocatearray() | |
| 775 | 162 | */ |
| 889 | 163 | cx_attr_nonnull cx_attr_nodiscard |
| 164 | CX_EXPORT int cx_reallocate_(void **mem, size_t n); | |
| 852 | 165 | |
| 166 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
167 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 168 | * if necessary. |
| 169 | * | |
| 170 | * The size is calculated by multiplying @p nemb and @p size. | |
| 171 | * | |
| 886 | 172 | * @note This will use stdlib reallocate and @em not the cxDefaultAllocator. |
| 173 | * | |
| 852 | 174 | * @par Error handling |
| 175 | * @c errno will be set by realloc() on failure or when the multiplication of | |
| 176 | * @p nmemb and @p size overflows. | |
| 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 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
264 | * @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
|
265 | * @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
|
266 | * @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
|
267 | * @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
|
268 | */ |
| 889 | 269 | cx_attr_nodiscard cx_attr_nonnull_arg(1) |
| 270 | cx_attr_dealloc_ucx cx_attr_allocsize(3) | |
| 271 | 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
|
272 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
273 | /** |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
274 | * Reallocate the previously allocated block in @p mem, making the new block |
| 852 | 275 | * @p n bytes long. |
| 889 | 276 | * This function may return the same pointer passed to it if moving |
| 852 | 277 | * the memory was not necessary. |
| 278 | * | |
| 279 | * The size is calculated by multiplying @p nemb and @p size. | |
| 889 | 280 | * If that multiplication overflows, this function returns @c NULL, and @c errno |
| 852 | 281 | * will be set. |
| 282 | * | |
| 283 | * @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
|
284 | * |
| 852 | 285 | * @param allocator the allocator |
| 286 | * @param mem pointer to the previously allocated block | |
| 287 | * @param nmemb the number of elements | |
| 288 | * @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
|
289 | * @return a pointer to the reallocated memory |
| 852 | 290 | */ |
| 889 | 291 | cx_attr_nodiscard cx_attr_nonnull_arg(1) |
| 292 | cx_attr_dealloc_ucx cx_attr_allocsize(3, 4) | |
| 293 | CX_EXPORT void *cxReallocArray(const CxAllocator *allocator, | |
| 294 | void *mem, size_t nmemb, size_t size); | |
| 852 | 295 | |
| 296 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
297 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 298 | * if necessary. |
| 299 | * This function acts like cxRealloc() using the pointer pointed to by @p mem. | |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
300 | * |
| 852 | 301 | * @note Re-allocating a block allocated by a different allocator is undefined. |
| 302 | * | |
| 303 | * @par Error handling | |
| 889 | 304 | * @c errno will be set if the underlying realloc function does so. |
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
305 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
306 | * @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
|
307 | * @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
|
308 | * @param n the new size in bytes |
| 852 | 309 | * @retval zero success |
| 310 | * @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
|
311 | */ |
| 889 | 312 | cx_attr_nodiscard cx_attr_nonnull |
| 313 | CX_EXPORT int cxReallocate_(const CxAllocator *allocator, void **mem, size_t n); | |
| 852 | 314 | |
| 315 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
316 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 317 | * if necessary. |
| 318 | * This function acts like cxRealloc() using the pointer pointed to by @p mem. | |
| 319 | * | |
| 320 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 321 | * | |
| 322 | * @par Error handling | |
| 889 | 323 | * @c errno will be set if the underlying realloc function does so. |
| 852 | 324 | * |
| 325 | * @param allocator (@c CxAllocator*) the allocator | |
| 326 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 327 | * @param n (@c size_t) the new size in bytes | |
| 328 | * @retval zero success | |
| 329 | * @retval non-zero failure | |
| 330 | */ | |
| 331 | #define cxReallocate(allocator, mem, n) \ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
332 | 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
|
333 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
334 | /** |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
335 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 336 | * if necessary. |
| 337 | * This function acts like cxReallocArray() using the pointer pointed to | |
| 338 | * by @p mem. | |
| 339 | * | |
| 340 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 341 | * | |
| 342 | * @par Error handling | |
| 343 | * @c errno will be set, if the underlying realloc function does so or the | |
| 344 | * multiplication of @p nmemb and @p size overflows. | |
| 345 | * | |
| 346 | * @param allocator the allocator | |
| 347 | * @param mem pointer to the pointer to allocated block | |
| 348 | * @param nmemb the number of elements | |
| 349 | * @param size the size of each element | |
| 350 | * @retval zero success | |
| 351 | * @retval non-zero on failure | |
| 352 | */ | |
| 889 | 353 | cx_attr_nodiscard cx_attr_nonnull |
| 354 | CX_EXPORT int cxReallocateArray_(const CxAllocator *allocator, | |
| 355 | void **mem, size_t nmemb, size_t size); | |
| 852 | 356 | |
| 357 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
358 | * Reallocate a previously allocated block and changes the pointer in-place, |
| 852 | 359 | * if necessary. |
| 360 | * This function acts like cxReallocArray() using the pointer pointed to | |
| 361 | * by @p mem. | |
| 362 | * | |
| 363 | * @note Re-allocating a block allocated by a different allocator is undefined. | |
| 364 | * | |
| 365 | * @par Error handling | |
| 366 | * @c errno will be set, if the underlying realloc function does so or the | |
| 367 | * multiplication of @p nmemb and @p size overflows. | |
| 368 | * | |
| 369 | * @param allocator (@c CxAllocator*) the allocator | |
| 370 | * @param mem (@c void**) pointer to the pointer to allocated block | |
| 371 | * @param nmemb (@c size_t) the number of elements | |
| 372 | * @param size (@c size_t) the size of each element | |
| 373 | * @retval zero success | |
| 374 | * @retval non-zero failure | |
| 375 | */ | |
| 376 | #define cxReallocateArray(allocator, mem, nmemb, size) \ | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
377 | cxReallocateArray_(allocator, (void**) (mem), nmemb, size) |
| 852 | 378 | |
| 379 | /** | |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
380 | * Allocate @p nmemb elements of @p n 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
|
381 | * |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
382 | * @param allocator the allocator |
|
854
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
383 | * @param nmemb the number of elements |
|
1c8401ece69e
update ucx to version 3.1
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
852
diff
changeset
|
384 | * @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
|
385 | * @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
|
386 | */ |
| 889 | 387 | cx_attr_nonnull_arg(1) cx_attr_nodiscard |
| 388 | cx_attr_malloc cx_attr_dealloc_ucx cx_attr_allocsize(2, 3) | |
| 389 | 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
|
390 | |
| 886 | 391 | /** |
| 392 | * Allocate @p n bytes of memory and sets every byte to zero. | |
| 393 | * | |
| 394 | * @param allocator the allocator | |
| 395 | * @param n the number of bytes | |
| 396 | * @return a pointer to the allocated memory | |
| 397 | */ | |
| 889 | 398 | cx_attr_nodiscard cx_attr_nonnull |
| 399 | cx_attr_malloc cx_attr_dealloc_ucx cx_attr_allocsize(2) | |
| 400 | CX_EXPORT void *cxZalloc(const CxAllocator *allocator, size_t n); | |
| 886 | 401 | |
| 402 | /** | |
| 403 | * Convenience macro that invokes cxMalloc() with the cxDefaultAllocator. | |
| 404 | */ | |
| 405 | #define cxMallocDefault(...) cxMalloc(cxDefaultAllocator, __VA_ARGS__) | |
| 406 | /** | |
| 407 | * Convenience macro that invokes cxZalloc() with the cxDefaultAllocator. | |
| 408 | */ | |
| 409 | #define cxZallocDefault(...) cxZalloc(cxDefaultAllocator, __VA_ARGS__) | |
| 410 | /** | |
| 411 | * Convenience macro that invokes cxCalloc() with the cxDefaultAllocator. | |
| 412 | */ | |
| 413 | #define cxCallocDefault(...) cxCalloc(cxDefaultAllocator, __VA_ARGS__) | |
| 414 | /** | |
| 415 | * Convenience macro that invokes cxRealloc() with the cxDefaultAllocator. | |
| 416 | */ | |
| 417 | #define cxReallocDefault(...) cxRealloc(cxDefaultAllocator, __VA_ARGS__) | |
| 418 | /** | |
| 419 | * Convenience macro that invokes cxReallocate() with the cxDefaultAllocator. | |
| 420 | */ | |
| 421 | #define cxReallocateDefault(...) cxReallocate(cxDefaultAllocator, __VA_ARGS__) | |
| 422 | /** | |
| 423 | * Convenience macro that invokes cxReallocateArray() with the cxDefaultAllocator. | |
| 424 | */ | |
| 425 | #define cxReallocateArrayDefault(...) cxReallocateArray(cxDefaultAllocator, __VA_ARGS__) | |
| 426 | /** | |
| 427 | * Convenience macro that invokes cxReallocArray() with the cxDefaultAllocator. | |
| 428 | */ | |
| 429 | #define cxReallocArrayDefault(...) cxReallocArray(cxDefaultAllocator, __VA_ARGS__) | |
| 430 | /** | |
| 431 | * Convenience macro that invokes cxFree() with the cxDefaultAllocator. | |
| 432 | */ | |
| 433 | #define cxFreeDefault(...) cxFree(cxDefaultAllocator, __VA_ARGS__) | |
| 434 | ||
|
747
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
435 | #ifdef __cplusplus |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
436 | } // extern "C" |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
437 | #endif |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
438 | |
|
efbd59642577
ucx 3 update, basic dav commands work, most stuff is still broken
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff
changeset
|
439 | #endif // UCX_ALLOCATOR_H |