Home
last modified time | relevance | path

Searched defs:aws_allocator (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dallocator.h15 struct aws_allocator { struct
16 void *(*mem_acquire)(struct aws_allocator *allocator, size_t size); argument
17 void (*mem_release)(struct aws_allocator *allocator, void *ptr); argument
19 …void *(*mem_realloc)(struct aws_allocator *allocator, void *oldptr, size_t oldsize, size_t newsize… argument
21 void *(*mem_calloc)(struct aws_allocator *allocator, size_t num, size_t size); argument
29 bool aws_allocator_is_valid(const struct aws_allocator *alloc); argument
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/vcc/
H A Dpreamble.h204 struct aws_allocator { struct
205 void *(*mem_acquire)(struct aws_allocator *allocator, size_t size); argument
206 void (*mem_release)(struct aws_allocator *allocator, void *ptr); argument
208 …void *(*mem_realloc)(struct aws_allocator *allocator, void *oldptr, size_t oldsize, size_t newsize… argument
210 void *(*mem_calloc)(struct aws_allocator *allocator, size_t num, size_t size); argument
223 struct aws_allocator *alloc; argument