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

/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
H A Dpvmf_sm_fsp_rtsp_unicast.cpp966 uint allocsize = oscl_mem_aligned_size(aligned_refcnt_size + fileSize + 2); local
967 uint8* my_ptr = GetMemoryChunk(my_alloc, allocsize);
/external/expat/lib/
H A Dxmlparse.c6250 int allocsize = (dtd->scaffCount * sizeof(XML_Content) local
6253 ret = (XML_Content *)MALLOC(allocsize);

Completed in 49 milliseconds