Searched refs:CHUNK_SIZE (Results 1 – 14 of 14) sorted by relevance
77 #define CHUNK_SIZE (4096 - 32) macro95 ret->chunks = (void *) malloc (CHUNK_SIZE); in objalloc_create()107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in objalloc_create()159 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE); in _objalloc_alloc()166 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in _objalloc_alloc()210 if (b > (char *) p && b < (char *) p + CHUNK_SIZE) in objalloc_free_block()264 o->current_space = ((char *) p + CHUNK_SIZE) - b; in objalloc_free_block()296 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr; in objalloc_free_block()
77 #define CHUNK_SIZE (4096 - 32) macro95 ret->chunks = (PTR) malloc (CHUNK_SIZE); in objalloc_create()107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in objalloc_create()159 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE); in _objalloc_alloc()166 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in _objalloc_alloc()210 if (b > (char *) p && b < (char *) p + CHUNK_SIZE) in objalloc_free_block()264 o->current_space = ((char *) p + CHUNK_SIZE) - b; in objalloc_free_block()296 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr; in objalloc_free_block()
156 set CHUNK_SIZE 16000 ;# see findcmd.c158 gdb_test_no_output "set *(int32_t*) &search_buf\[0*${CHUNK_SIZE}+100\] = 0x12345678" ""159 gdb_test_no_output "set *(int32_t*) &search_buf\[1*${CHUNK_SIZE}+100\] = 0x12345678" ""168 gdb_test_no_output "set *(int32_t*) &search_buf\[${CHUNK_SIZE}-1\] = 0xfdb97531" ""
35 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro36 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */
24 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro76 pg_count = CHUNK_SIZE / pg_size + 2; in main()
300 set CHUNK_SIZE 16000302 gdb_test_no_output "set *(int32_t*) &search_buf\[0*${CHUNK_SIZE}+100\] = 0x12345678"303 gdb_test_no_output "set *(int32_t*) &search_buf\[1*${CHUNK_SIZE}+100\] = 0x12345678"322 gdb_test_no_output "set *(int32_t*) &search_buf\[${CHUNK_SIZE}-1\] = 0xfdb97531"
7 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */
71 #define CHUNK_SIZE 0x10000 macro144 #define CHUNK_MASK (~(CHUNK_SIZE - 1))231 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
69 #define CHUNK_SIZE 0x10000 macro215 #define CHUNK_MASK (~(CHUNK_SIZE - 1))307 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
51 #define CHUNK_SIZE 1000 macro89 attr_prealloc( CHUNK_SIZE ); in attr_alloc()117 attr_prealloc( num > CHUNK_SIZE ? num : CHUNK_SIZE ); in attrs_alloc()
68 #define CHUNK_SIZE 1000 macro547 entry_prealloc( CHUNK_SIZE ); in entry_alloc()
63 #define CHUNK_SIZE 32 macro
875 CHUNK_SIZE, is set to the chunk size.1252 is set to the value of CHUNK_SIZE if positive, or to the default1253 value if zero or negative. For 'omp_sched_auto' the CHUNK_SIZE