/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
proc_fs.h | 15 #include <linux/slab.h>
|
/bionic/libc/kernel/common/linux/ |
posix_acl.h | 21 #include <linux/slab.h>
|
proc_fs.h | 21 #include <linux/slab.h>
|
/external/kernel-headers/original/linux/ |
mempool.h | 38 * a slab that is passed in through pool_data.
|
posix_acl.h | 11 #include <linux/slab.h>
|
gfp.h | 44 #define __GFP_NO_GROW ((__force gfp_t)0x2000u)/* Slab internal usage */
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
JITMemoryManagerTest.cpp | 30 // Allocate three simple functions that fit in the initial slab. This exercises 70 // Make three large functions that take up most of the space in the slab. Then 108 // Check that each large function took it's own slab. 235 // to a new slab. 258 // allocator to a new slab.
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 278 virtual void Deallocate(MemSlab *Slab); 292 /// LastSlab - This points to the last slab allocated and is used as the 318 /// last slab it allocated, so that subsequent allocations follow it. 330 /// should allocate a separate slab. 374 DEBUG(dbgs() << "JIT: Allocating another slab of memory for function."); 387 /// allocateNewCodeSlab - Helper method to allocate a new slab of code 389 /// FreeRangeHeader at the base of the slab. 393 // end of the slab. 496 DEBUG(dbgs() << "JIT: Allocating another slab of memory for function."); 570 MemSlab *Slab = (MemSlab*)B.base() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiway_merge.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_slab.h | 25 * Simple slab allocator for equally sized memory allocations.
|
/external/linux-tools-perf/util/include/linux/added/ |
poison.h | 35 /********** mm/slab.c **********/
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_slab.h | 25 * Simple slab allocator for equally sized memory allocations.
|
/external/srtp/crypto/include/ |
kernel_compat.h | 52 #include <linux/slab.h>
|
/system/extras/showslab/ |
showslab.c | 18 /* object representing a slab cache (each line of slabinfo) */ 26 unsigned long objs_per_slab; /* number of objects per slab */ 301 fprintf(stderr, " p: objects Per slab\n"); 335 "OBJ/SLAB", "CACHE SIZE", "NAME");
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 151 * The slab pool allocates buffers directly from the kernel except 152 * for very small buffers which are allocated from a slab in order
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 151 * The slab pool allocates buffers directly from the kernel except 152 * for very small buffers which are allocated from a slab in order
|
/external/kernel-headers/original/asm-arm/ |
page.h | 190 * With EABI on ARMv5 and above we must have 64-bit aligned slab pointers.
|
/external/oprofile/module/ |
oprofile.h | 20 #include <linux/slab.h>
|
/external/yaffs2/yaffs2/ |
yportenv.h | 39 #include <linux/slab.h>
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 51 #include <linux/slab.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 51 #include <linux/slab.h>
|
/system/core/toolbox/ |
vmstat.c | 169 sscanf(line, "Slab: %ld kB", &s->mem_slab); 217 printf("%2s %2s %6s %6s %6s %6s %4s %4s %4s %2s %2s %2s %2s %2s %2s\n", "r", "b", "free", "mapped", "anon", "slab", "in", "cs", "flt", "us", "ni", "sy", "id", "wa", "ir");
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcm_mpool_pub.h | 272 * pre-allocate a memory slab for a memory pool, the 274 * the memory slab (in order to provide sufficent space for
|
/system/extras/procrank/ |
procrank.c | 76 "Slab:", 115 printf("RAM: %ldK total, %ldK free, %ldK buffers, %ldK cached, %ldK shmem, %ldK slab\n",
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 137 * Slab sub-allocator.
|