MCPcopy 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
46void *
47pg_malloc(size_t size)
48{
49 return pg_malloc_internal(size, 0);
50}
51
52void *
53pg_malloc0(size_t size)

Callers 15

add_one_eltFunction · 0.85
get_comma_eltsFunction · 0.85
sql_execFunction · 0.85
sql_exec_searchtablesFunction · 0.85
mainFunction · 0.85
conditional_stack_createFunction · 0.85
conditional_stack_pushFunction · 0.85
simple_oid_list_appendFunction · 0.85
simple_ptr_list_appendFunction · 0.85
format_numeric_localeFunction · 0.85
print_aligned_textFunction · 0.85

Calls 1

pg_malloc_internalFunction · 0.85

Tested by 7

check_testspecFunction · 0.68
run_all_permutationsFunction · 0.68
run_permutationFunction · 0.68
add_stringlist_itemFunction · 0.68
load_resultmapFunction · 0.68
current_windows_userFunction · 0.68
wait_for_testsFunction · 0.68