Symbol: ZyanAllocator
headers/libs/zydis/Zycore/Allocator.h
118
ZYCORE_EXPORT ZyanStatus ZyanAllocatorInit(ZyanAllocator* allocator, ZyanAllocatorAllocate allocate,
headers/libs/zydis/Zycore/Allocator.h
132
ZYCORE_EXPORT ZYAN_REQUIRES_LIBC ZyanAllocator* ZyanAllocatorDefault(void);
headers/libs/zydis/Zycore/Bitset.h
120
ZyanAllocator* allocator, ZyanU8 growth_factor, ZyanU8 shrink_threshold);
headers/libs/zydis/Zycore/List.h
218
ZyanMemberProcedure destructor, ZyanAllocator* allocator);
headers/libs/zydis/Zycore/List.h
287
ZyanAllocator* allocator);
headers/libs/zydis/Zycore/List.h
77
ZyanAllocator* allocator;
headers/libs/zydis/Zycore/String.h
247
ZyanAllocator* allocator, ZyanU8 growth_factor, ZyanU8 shrink_threshold);
headers/libs/zydis/Zycore/String.h
337
const ZyanStringView* source, ZyanUSize capacity, ZyanAllocator* allocator,
headers/libs/zydis/Zycore/String.h
433
const ZyanStringView* s2, ZyanUSize capacity, ZyanAllocator* allocator, ZyanU8 growth_factor,
headers/libs/zydis/Zycore/Vector.h
255
ZyanUSize capacity, ZyanMemberProcedure destructor, ZyanAllocator* allocator,
headers/libs/zydis/Zycore/Vector.h
335
ZyanUSize capacity, ZyanAllocator* allocator, ZyanU8 growth_factor, ZyanU8 shrink_threshold);
headers/libs/zydis/Zycore/Vector.h
80
ZyanAllocator* allocator;
src/libs/zydis/Zycore/Allocator.c
104
ZyanStatus ZyanAllocatorInit(ZyanAllocator* allocator, ZyanAllocatorAllocate allocate,
src/libs/zydis/Zycore/Allocator.c
121
ZyanAllocator* ZyanAllocatorDefault(void)
src/libs/zydis/Zycore/Allocator.c
123
static ZyanAllocator allocator =
src/libs/zydis/Zycore/Allocator.c
40
static ZyanStatus ZyanAllocatorDefaultAllocate(ZyanAllocator* allocator, void** p,
src/libs/zydis/Zycore/Allocator.c
59
static ZyanStatus ZyanAllocatorDefaultReallocate(ZyanAllocator* allocator, void** p,
src/libs/zydis/Zycore/Allocator.c
79
static ZyanStatus ZyanAllocatorDefaultDeallocate(ZyanAllocator* allocator, void* p,
src/libs/zydis/Zycore/Bitset.c
142
ZyanStatus ZyanBitsetInitEx(ZyanBitset* bitset, ZyanUSize count, ZyanAllocator* allocator,
src/libs/zydis/Zycore/List.c
141
ZyanAllocator* allocator)
src/libs/zydis/Zycore/String.c
136
ZyanUSize capacity, ZyanAllocator* allocator, ZyanU8 growth_factor, ZyanU8 shrink_threshold)
src/libs/zydis/Zycore/String.c
197
const ZyanStringView* s2, ZyanUSize capacity, ZyanAllocator* allocator, ZyanU8 growth_factor,
src/libs/zydis/Zycore/String.c
64
ZyanStatus ZyanStringInitEx(ZyanString* string, ZyanUSize capacity, ZyanAllocator* allocator,
src/libs/zydis/Zycore/Vector.c
193
ZyanMemberProcedure destructor, ZyanAllocator* allocator, ZyanU8 growth_factor,
src/libs/zydis/Zycore/Vector.c
281
ZyanUSize capacity, ZyanAllocator* allocator, ZyanU8 growth_factor, ZyanU8 shrink_threshold)