HomeSort by relevance Sort by last modified time
    Searched full:palloc (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/
cmemory.c 32 static UMemAllocFn *pAlloc;
77 if (pAlloc) {
78 return (*pAlloc)(pContext, s);
148 pAlloc = a;
156 pAlloc = NULL;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 459 Move<VkBuffer> createBufferAndBindMemory (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc)
480 DE_ASSERT(pAlloc);
481 *pAlloc = memAlloc->allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible);
482 VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset()));
493 de::details::MovePtr<Allocation>* pAlloc)
521 DE_ASSERT(pAlloc);
522 *pAlloc = memAlloc->allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement::Any);
523 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset()))
    [all...]
vktPipelineTimestampTests.cpp 641 de::MovePtr<Allocation>* pAlloc);
647 de::MovePtr<Allocation>* pAlloc);
    [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc     [all...]
  /external/libcxx/include/
strstream 60 void* (*palloc)(size_t); // exposition only
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 60 void* (*palloc)(size_t); // exposition only
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 60 void* (*palloc)(size_t); // exposition only
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.h 369 CFDE_CSSComputedStyle(IFX_MEMAllocator* pAlloc)
370 : m_dwRefCount(1), m_pAllocator(pAlloc) {}
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime2.go 396 palloc persistentAlloc // per-P to avoid mutex
malloc.go 866 persistent = &mp.p.ptr().palloc
  /prebuilts/go/linux-x86/src/runtime/
runtime2.go 396 palloc persistentAlloc // per-P to avoid mutex
malloc.go 866 persistent = &mp.p.ptr().palloc
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a 108 type @"".p struct { @"".lock @"".mutex; @"".id int32; @"".status uint32; @"".link @"".puintptr; @"".schedtick uint32; @"".syscalltick uint32; @"".m @"".muintptr; @"".mcache *@"".mcache; @"".deferpool [5][]*@""._defer; @"".deferpoolbuf [5][32]*@""._defer; @"".goidcache uint64; @"".goidcacheend uint64; @"".runqhead uint32; @"".runqtail uint32; @"".runq [256]*@"".g; @"".runnext @"".guintptr; @"".gfree *@"".g; @"".gfreecnt int32; @"".sudogcache []*@"".sudog; @"".sudogbuf [128]*@"".sudog; @"".tracebuf *@"".traceBuf; @"".palloc @"".persistentAlloc; @"".gcAssistTime int64; @"".gcBgMarkWorker *@"".g; @"".gcMarkWorkerMode @"".gcMarkWorkerMode; @"".gcw @"".gcWork; @"".runSafePointFn uint32; @"".pad [64]byte }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a 108 type @"".p struct { @"".lock @"".mutex; @"".id int32; @"".status uint32; @"".link @"".puintptr; @"".schedtick uint32; @"".syscalltick uint32; @"".m @"".muintptr; @"".mcache *@"".mcache; @"".deferpool [5][]*@""._defer; @"".deferpoolbuf [5][32]*@""._defer; @"".goidcache uint64; @"".goidcacheend uint64; @"".runqhead uint32; @"".runqtail uint32; @"".runq [256]*@"".g; @"".runnext @"".guintptr; @"".gfree *@"".g; @"".gfreecnt int32; @"".sudogcache []*@"".sudog; @"".sudogbuf [128]*@"".sudog; @"".tracebuf *@"".traceBuf; @"".palloc @"".persistentAlloc; @"".gcAssistTime int64; @"".gcBgMarkWorker *@"".g; @"".gcMarkWorkerMode @"".gcMarkWorkerMode; @"".gcw @"".gcWork; @"".runSafePointFn uint32; @"".pad [64]byte }
    [all...]

Completed in 893 milliseconds