Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ pg_malloc
Function
pg_malloc
src/common/fe_memutils.c:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void *
47
pg_malloc(size_t size)
48
{
49
return pg_malloc_internal(size, 0);
50
}
51
52
void *
53
pg_malloc0(size_t size)
Callers
15
add_one_elt
Function · 0.85
get_comma_elts
Function · 0.85
sql_exec
Function · 0.85
sql_exec_searchtables
Function · 0.85
main
Function · 0.85
conditional_stack_create
Function · 0.85
conditional_stack_push
Function · 0.85
simple_oid_list_append
Function · 0.85
simple_string_list_append
Function · 0.85
simple_ptr_list_append
Function · 0.85
format_numeric_locale
Function · 0.85
print_aligned_text
Function · 0.85
Calls
1
pg_malloc_internal
Function · 0.85
Tested by
7
check_testspec
Function · 0.68
run_all_permutations
Function · 0.68
run_permutation
Function · 0.68
add_stringlist_item
Function · 0.68
load_resultmap
Function · 0.68
current_windows_user
Function · 0.68
wait_for_tests
Function · 0.68