MCPcopy Create free account
hub / github.com/F-Stack/f-stack / realloc

Function realloc

lib/ff_glue.c:1083–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083void *
1084realloc(void *addr, unsigned long size, struct malloc_type *type,
1085 int flags)
1086{
1087 return (ff_realloc(addr, size));
1088}
1089
1090void *
1091reallocf(void *addr, unsigned long size, struct malloc_type *type,

Callers 15

ff_reallocFunction · 0.70
parse_numericFunction · 0.50
reallocfFunction · 0.50
login_timelistFunction · 0.50
allocstrFunction · 0.50
fparselnFunction · 0.50
mainFunction · 0.50
dump_nhgrp_sysctlFunction · 0.50
nhop_map_updateFunction · 0.50
dump_nhops_sysctlFunction · 0.50
prepare_ifmapFunction · 0.50
bridge_interfacesFunction · 0.50

Calls 1

ff_reallocFunction · 0.85

Tested by 13

mainFunction · 0.40
struct_block_parseFunction · 0.40
action_block_parseFunction · 0.40
table_key_block_parseFunction · 0.40
learner_key_block_parseFunction · 0.40
apply_block_parseFunction · 0.40
pipeline_spec_parseFunction · 0.40
pipeline_iospec_parseFunction · 0.40