mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
098a066f20
commit
38e7155cd6
1 changed files with 3 additions and 3 deletions
|
|
@ -1302,9 +1302,9 @@ extern "C" {
|
|||
/**
|
||||
* Free memory previously allocated with SDL_stack_alloc.
|
||||
*
|
||||
* If SDL used alloca() to allocate this memory, this macro does nothing (other
|
||||
* than insert `((void)(data)` so the compiler sees an expression) and the
|
||||
* allocated memory will be automatically released when the function that
|
||||
* If SDL used alloca() to allocate this memory, this macro does nothing
|
||||
* (other than insert `((void)(data)` so the compiler sees an expression) and
|
||||
* the allocated memory will be automatically released when the function that
|
||||
* called SDL_stack_alloc() returns. If SDL used SDL_malloc(), it will
|
||||
* SDL_free the memory immediately.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue