diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-03-30 22:38:35 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-03-30 22:38:35 +0200 |
commit | aab8b0aabb7b4e48fb6361954824cc9b4ff8ec31 (patch) | |
tree | 221f170d4e00982cb3336bf638e9e9c6bd381560 /source | |
parent | e39d6fd3928aea4a0252003e632fb1d7bf256c76 (diff) | |
download | kit-aab8b0aabb7b4e48fb6361954824cc9b4ff8ec31.zip |
Comment
Diffstat (limited to 'source')
-rw-r--r-- | source/kit/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/allocator.h b/source/kit/allocator.h index 7126901..7b73b20 100644 --- a/source/kit/allocator.h +++ b/source/kit/allocator.h @@ -22,7 +22,7 @@ typedef struct { /* Application should implement this function if custom allocator * dispatch is enabled. * - * See KIT_ENABLE_CUSTOM_ALLOC_DISPATCH + * See KIT_ENABLE_CUSTOM_ALLOC_DISPATCH macro. */ void *kit_alloc_dispatch(kit_allocator_t alloc, int request, ptrdiff_t size, ptrdiff_t previous_size, |