Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ yaml_malloc
Function
yaml_malloc
xs/tools/yaml/api.c:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
*/
51
52
YAML_DECLARE(void *)
53
yaml_malloc(size_t size)
54
{
55
return malloc(size ? size : 1);
56
}
57
58
/*
59
* Reallocate a dynamic memory block.
Callers
10
yaml_parser_scan_tag
Function · 0.85
yaml_document_start_event_initialize
Function · 0.85
yaml_scalar_event_initialize
Function · 0.85
yaml_document_initialize
Function · 0.85
yaml_document_add_scalar
Function · 0.85
yaml_emitter_dump
Function · 0.85
yaml_emitter_generate_anchor
Function · 0.85
yaml_parser_parse_node
Function · 0.85
yaml_parser_process_empty_scalar
Function · 0.85
yaml_parser_process_directives
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected