Home
last modified time | relevance | path

Searched refs:initial_bufsize (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libdwfl/
Delf-from-memory.c72 const size_t initial_bufsize = 256; in elf_from_remote_memory() local
73 unsigned char *buffer = malloc (initial_bufsize); in elf_from_remote_memory()
82 sizeof (Elf32_Ehdr), initial_bufsize); in elf_from_remote_memory()
181 if (initial_bufsize < (size_t)phnum * phentsize) in elf_from_remote_memory()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8513 const size_t initial_bufsize = 256; in upb_pb_encoder_create() local
8524 e->buf = upb_arena_malloc(arena, initial_bufsize); in upb_pb_encoder_create()
8532 e->limit = e->buf + initial_bufsize; in upb_pb_encoder_create()