/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.h | 37 struct mem_block { struct 38 struct mem_block *next, *prev; 39 struct mem_block *next_free, *prev_free; 40 struct mem_block *heap; 52 extern struct mem_block *u_mmInit(int ofs, int size); 64 extern struct mem_block *u_mmAllocMem(struct mem_block *heap, int size, int align2, 72 extern int u_mmFreeMem(struct mem_block *b); 79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start) [all...] |
u_mm.c | 34 u_mmDumpMemInfo(const struct mem_block *heap) 41 const struct mem_block *p; 69 struct mem_block * 72 struct mem_block *heap, *block; 77 heap = CALLOC_STRUCT(mem_block); 81 block = CALLOC_STRUCT(mem_block); 106 static struct mem_block * 107 SliceBlock(struct mem_block *p, 111 struct mem_block *newblock; 115 newblock = CALLOC_STRUCT(mem_block); [all...] |
/external/mesa3d/src/mesa/main/ |
mm.h | 35 struct mem_block { struct 36 struct mem_block *next, *prev; 37 struct mem_block *next_free, *prev_free; 38 struct mem_block *heap; 51 extern struct mem_block *mmInit(unsigned ofs, unsigned size); 63 extern struct mem_block *mmAllocMem(struct mem_block *heap, unsigned size, 71 extern int mmFreeMem(struct mem_block *b); 78 extern struct mem_block *mmFindBlock(struct mem_block *heap, unsigned start) [all...] |
mm.c | 34 mmDumpMemInfo(const struct mem_block *heap) 40 const struct mem_block *p; 60 struct mem_block * 63 struct mem_block *heap, *block; 68 heap = (struct mem_block *) calloc(1, sizeof(struct mem_block)); 72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block)); 97 static struct mem_block * 98 SliceBlock(struct mem_block *p, [all...] |
execmem.c | 64 static struct mem_block *exec_heap = NULL; 93 struct mem_block *block = NULL; 124 struct mem_block *block = mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);
|
/external/libdrm/intel/ |
mm.h | 38 struct mem_block { struct 39 struct mem_block *next, *prev; 40 struct mem_block *next_free, *prev_free; 41 struct mem_block *heap; 51 drm_private extern struct mem_block *mmInit(int ofs, int size); 63 drm_private extern struct mem_block *mmAllocMem(struct mem_block *heap, 72 drm_private extern int mmFreeMem(struct mem_block *b); 77 drm_private extern void mmDestroy(struct mem_block *mmInit); 82 drm_private extern void mmDumpMemInfo(const struct mem_block *mmInit) [all...] |
mm.c | 36 drm_private void mmDumpMemInfo(const struct mem_block *heap) 42 const struct mem_block *p; 62 drm_private struct mem_block *mmInit(int ofs, int size) 64 struct mem_block *heap, *block; 69 heap = (struct mem_block *)calloc(1, sizeof(struct mem_block)); 73 block = (struct mem_block *)calloc(1, sizeof(struct mem_block)); 97 static struct mem_block *SliceBlock(struct mem_block *p [all...] |
intel_bufmgr_fake.c | 67 /* Wrapper around mm.c's mem_block, which understands that you must 94 struct mem_block *mem; /* BM_MEM_AGP */ 123 struct mem_block *heap; [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_execmem.c | 67 static struct mem_block *exec_heap = NULL; 87 struct mem_block *block = NULL; 116 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem);
|
/external/webrtc/webrtc/system_wrappers/source/ |
aligned_malloc.cc | 87 void AlignedFree(void* mem_block) { 88 if (mem_block == NULL) { 91 uintptr_t aligned_pos = reinterpret_cast<uintptr_t>(mem_block);
|
/external/webrtc/webrtc/system_wrappers/include/ |
aligned_malloc.h | 35 void AlignedFree(void* mem_block);
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_mm.c | 59 struct mem_block *heap; 82 struct mem_block *block;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | 5259 typedef struct mem_block { struct 5265 } mem_block; typedef in typeref:struct:mem_block [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | 1717 typedef struct mem_block { struct 1725 } mem_block; typedef in typeref:struct:mem_block [all...] |