Searched refs:memory_pool (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | memory.c | 196 memory_pool; variable 346 next=memory_pool.blocks[i]; in InsertFreeBlock() 357 memory_pool.blocks[i]=block; in InsertFreeBlock() 371 memory_pool.blocks[i]=next; in RemoveFreeBlock() 391 block=memory_pool.blocks[i]; in AcquireBlock() 397 while (memory_pool.blocks[i] == (void *) NULL) in AcquireBlock() 399 block=memory_pool.blocks[i]; in AcquireBlock() 426 memory_pool.allocation+=size; in AcquireBlock() 473 (void) ResetMagickMemory(&memory_pool,0,sizeof(memory_pool)); in AcquireMagickMemory() 474 memory_pool.allocation=SegmentSize; in AcquireMagickMemory() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.c | 38 void memory_pool_init(struct memory_pool * pool) in memory_pool_init() 40 memset(pool, 0, sizeof(struct memory_pool)); in memory_pool_init() 44 void memory_pool_destroy(struct memory_pool * pool) in memory_pool_destroy() 53 static void refill_pool(struct memory_pool * pool) in refill_pool() 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) in memory_pool_malloc()
|
D | memory_pool.h | 37 struct memory_pool { struct 45 void memory_pool_init(struct memory_pool * pool); argument 46 void memory_pool_destroy(struct memory_pool * pool); 47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
|
D | radeon_list.h | 31 struct memory_pool; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
D | radeon_list.c | 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list()
|
D | radeon_compiler.h | 45 struct memory_pool Pool;
|
D | radeon_dataflow.c | 476 struct memory_pool * pool, in add_reader() 491 struct memory_pool * pool, in add_reader_normal() 503 struct memory_pool * pool, in add_reader_pair()
|
/external/webrtc/webrtc/modules/audio_conference_mixer/ |
D | audio_conference_mixer.gypi | 24 'source/memory_pool.h',
|
D | BUILD.gn | 25 "source/memory_pool.h",
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | Makefile.sources | 59 compiler/memory_pool.c
|