Home
last modified time | relevance | path

Searched refs:memory_pool (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dmemory.c196 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/
Dmemory_pool.c38 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()
Dmemory_pool.h37 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);
Dradeon_list.h31 struct memory_pool;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
Dradeon_list.c35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list()
Dradeon_compiler.h45 struct memory_pool Pool;
Dradeon_dataflow.c476 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/
Daudio_conference_mixer.gypi24 'source/memory_pool.h',
DBUILD.gn25 "source/memory_pool.h",
/external/mesa3d/src/gallium/drivers/r300/
DMakefile.sources59 compiler/memory_pool.c