Home
last modified time | relevance | path

Searched refs:emalloc (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h271 #define ALLOC(class_name) (class_name*) emalloc(sizeof(class_name))
272 #define ALLOC_N(class_name, n) (class_name*) emalloc(sizeof(class_name) * n)
Ddef.c73 name *intern = (name *)emalloc(sizeof(name)); \
166 upb_def **defs = emalloc(sizeof(upb_def *) * num); in PHP_METHOD()
/external/libgsm/src/
Dtoast.c250 static char * emalloc P1((len), size_t len)
271 p = strcpy(emalloc(maxlen), name);
480 inname = strcpy(emalloc(strlen(name)+1), name);
/external/syslinux/efi/
Dmain.c656 EFI_STATUS emalloc(UINTN size, UINTN align, EFI_PHYSICAL_ADDRESS *addr) in emalloc() function
850 status = emalloc(gdt.limit, __SIZEOF_POINTER__ , (EFI_PHYSICAL_ADDRESS *)&gdt.base); in build_gdt()
1123 status = emalloc(init_size, hdr->kernel_alignment, &addr); in efi_boot_linux()
/external/icu/icu4c/source/tools/tzcode/
Dzic.c443 #define emalloc(size) memcheck(malloc(size)) macro
1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone()
2248 startbuf = emalloc(max_abbr_len + 1); in outzone()
2249 ab = emalloc(max_abbr_len + 1); in outzone()
2250 envvar = emalloc(max_envvar_len + 1); in outzone()
2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()