HomeSort by relevance Sort by last modified time
    Searched refs:malloc (Results 1401 - 1425 of 2813) sorted by null

<<51525354555657585960>>

  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.cpp 175 PluginObject *newInstance = (PluginObject*) malloc(sizeof(PluginObject));
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 101 // malloc
102 memory = (void*)malloc(size);
  /frameworks/native/include/utils/
UniquePtr.h 231 UniquePtr<int, Freer> i(reinterpret_cast<int*>(malloc(sizeof(int))));
  /frameworks/native/libs/utils/
LinearAllocator.cpp 40 // If this is too low, we will malloc too much
199 void* buf = malloc(pageSize);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 75 cmdBuf = malloc(cmdSize);
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 80 uint32_t* t32 = (uint32_t*)malloc(512*512*4);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveUniformBlockName.cpp 120 GLchar* name = (GLchar*)malloc(len);
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 17 #include <malloc.h>
  /frameworks/rs/driver/
rsdCore.cpp 35 #include <malloc.h>
  /frameworks/wilhelm/src/
devices.c 233 // The malloc is not in the 1.0.1 specification
234 SLmilliHertz *temp = (SLmilliHertz *) malloc(sizeof(SLmilliHertz) *
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 111 links.pads = (struct media_pad_desc*)malloc(entity->info.pads * sizeof(struct media_pad_desc));
112 links.links = (struct media_link_desc*)malloc(entity->info.links * sizeof(struct media_link_desc));
246 entity->pads = (struct media_pad*)malloc(entity->info.pads * sizeof(*entity->pads));
247 entity->links = (struct media_link*)malloc(entity->max_links * sizeof(*entity->links));
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.cpp 250 nlh = (struct nlmsghdr *)malloc(
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 92 nlh = (struct nlmsghdr *)malloc(NLMSG_SPACE(MAX_PAYLOAD));
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
297 "Malloc of pHandle* failed");
730 compName = (OMX_STRING *) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
731 sRoleArray = (OMX_STRING**) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
745 tempName = (OMX_STRING) malloc(sizeof(namelist[numFiles]->d_name) + 1); /* adding one ensures */
757 compName[tableCount]= (OMX_STRING) malloc(MAXNAMESIZE);
785 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
788 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(nRoles * sizeof(OMX_STRING)); */
793 malloc(sizeof(OMX_U8) *
807 /* sRoleArray[tableCount] = (OMX_STRING *) malloc(sizeof(OMX_STRING)); *
    [all...]
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 95 pBuffer = (uint8_t*)malloc(nBytesToAllocate);
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c 183 pSession = (MTC_SESSION_CONTEXT*)malloc(sizeof(MTC_SESSION_CONTEXT));
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 121 pDir = malloc(sizeof(char) * nSlashIndex);
  /libcore/include/
UniquePtr.h 223 UniquePtr<int, Freer> i(reinterpret_cast<int*>(malloc(sizeof(int))));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdlib_h.pass.cpp 58 static_assert((std::is_same<decltype(malloc(0)), void*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 25 return std::malloc(s);
default.pass.cpp 25 return std::malloc(s);
locale_facetptr.pass.cpp 25 return std::malloc(s);
string.pass.cpp 25 return std::malloc(s);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale/locale.members/
combine.pass.cpp 23 return std::malloc(s);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
swap.pass.cpp 27 return std::malloc(s);

Completed in 1684 milliseconds

<<51525354555657585960>>