mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: size
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9dc350a663
commit
ced5200233
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void* heap_realloc(Heap* const heap, void *ptr, unsigned long nbytes, uintptr_t
|
|||
//! are zero'd.
|
||||
void* heap_zalloc(Heap* const heap, size_t size, uintptr_t client_pc);
|
||||
|
||||
//! Allocate a buffer to hold an array of count elements, each of size size (in bytes)
|
||||
//! Allocate a buffer to hold an array of count elements, each of size (in bytes)
|
||||
//! and initializes all bits to zero.
|
||||
void* heap_calloc(Heap* const heap, size_t count, size_t size, uintptr_t client_pc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue