/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.cpp | 45 Slab* slab = this->next; in ~SentinelSlab() local 107 bool SlabAllocatorImpl::IsNodeInSlab(Slab* slab, IndexLinkNode* node) const { in IsNodeInSlab() 114 void SlabAllocatorImpl::PushFront(Slab* slab, IndexLinkNode* node) const { in PushFront() 147 void SlabAllocatorImpl::SentinelSlab::Prepend(SlabAllocatorImpl::Slab* slab) { in Prepend() 179 Slab* slab = mAvailableSlabs.next; in Allocate() local 197 Slab* slab = reinterpret_cast<Slab*>(static_cast<char*>(firstAllocation) - mSlabBlocksOffset); in Deallocate() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_mm.c | 53 mm_slab_alloc(struct mm_slab *slab) in mm_slab_alloc() 74 mm_slab_free(struct mm_slab *slab, int i) in mm_slab_free() 123 struct mm_slab *slab; in mm_slab_new() local 169 struct mm_slab *slab; in nouveau_mm_allocate() local 219 struct mm_slab *slab = (struct mm_slab *)alloc->priv; in nouveau_mm_free() local 269 struct mm_slab *slab, *next; in nouveau_mm_free_slabs() local
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 56 struct pb_slab *slab = entry->slab; in pb_slab_reclaim() local 113 struct pb_slab *slab; in pb_slab_alloc() local
|
D | pb_bufmgr_slab.c | 62 struct pb_slab *slab; member 193 struct pb_slab *slab = buf->slab; in pb_slab_buffer_destroy() local 296 struct pb_slab *slab; in pb_slab_create() local 373 struct pb_slab *slab; in pb_slab_manager_create_buffer() local
|
D | pb_slab.h | 64 struct pb_slab *slab; /* the slab that contains this buffer */ member
|
/third_party/libuv/test/ |
D | test-close-fd.c | 31 static char slab[1]; in alloc_cb() local
|
D | test-udp-try-send.c | 43 static char slab[65536]; in alloc_cb() local
|
D | test-osx-select.c | 34 static char slab[1024]; in alloc_cb() local
|
D | test-watcher-cross-stop.c | 37 static char slab[1]; variable
|
D | test-udp-send-immediate.c | 43 static char slab[65536]; in alloc_cb() local
|
D | test-not-readable-nor-writable-on-read-error.c | 44 static char slab[64]; in alloc_cb() local
|
D | test-tcp-write-to-half-open-connection.c | 71 static char slab[1024]; in alloc_cb() local
|
D | test-readable-on-eof.c | 44 static char slab[64]; in alloc_cb() local
|
D | test-udp-connect.c | 46 static char slab[65536]; in alloc_cb() local
|
D | test-udp-connect6.c | 46 static char slab[65536]; in alloc_cb() local
|
D | blackhole-server.c | 66 static char slab[65536]; in alloc_cb() local
|
D | test-udp-multicast-join.c | 48 static char slab[65536]; in alloc_cb() local
|
D | test-tcp-read-stop-start.c | 59 static char slab[65536]; in on_alloc() local
|
D | test-tcp-shutdown-after-write.c | 55 static char slab[64]; in alloc_cb() local
|
D | test-udp-send-unreachable.c | 47 static char slab[65536]; in alloc_cb() local
|
D | test-udp-send-and-recv.c | 47 static char slab[65536]; in alloc_cb() local
|
D | test-udp-multicast-join6.c | 60 static char slab[65536]; in alloc_cb() local
|
D | test-tcp-close-accept.c | 82 static char slab[1]; in alloc_cb() local
|
D | test-udp-alloc-cb-fail.c | 47 static char slab[65536]; in sv_alloc_cb() local
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_bo.h | 81 } slab; member 150 struct amdgpu_slab *amdgpu_slab(struct pb_slab *slab) in amdgpu_slab()
|