Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 - 5 of 5) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c474 size_t allocsize; in tmpfs_alloc_file() local
478 allocsize = sizeof(struct tmpfs_file_s); in tmpfs_alloc_file()
479 tfo = (struct tmpfs_file_s *)kmm_malloc(allocsize); in tmpfs_alloc_file()
622 size_t allocsize; in tmpfs_alloc_directory() local
624 allocsize = sizeof(struct tmpfs_directory_s); in tmpfs_alloc_directory()
625 tdo = (struct tmpfs_directory_s *)kmm_malloc(allocsize); in tmpfs_alloc_directory()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c585 size_t allocsize; member
616 image->allocsize = 0; in freebuffer()
687 image->allocsize = size; in allocbuffer()
714 if (check16(image->buffer+16+image->allocsize, 95)) in checkbuffer()
3319 copy.allocsize = 0; in testimage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp635 KEYWORD(allocsize); in LexIdentifier()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c7497 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local
7500 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()
/third_party/python/Modules/expat/
H A Dxmlparse.c7510 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local
7513 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()

Completed in 28 milliseconds