Home
last modified time | relevance | path

Searched refs:CHUNK_SIZE (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dobjalloc.c77 #define CHUNK_SIZE (4096 - 32) macro
95 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()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dobjalloc.c77 #define CHUNK_SIZE (4096 - 32) macro
95 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()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dobjalloc.c77 #define CHUNK_SIZE (4096 - 32) macro
95 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dfind.exp156 set CHUNK_SIZE 16000 ;# see findcmd.c
158 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" ""
Dfind.c35 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro
36 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */
Dfind-unmapped.c24 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro
76 pg_count = CHUNK_SIZE / pg_size + 2; in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-inferior.exp300 set CHUNK_SIZE 16000
302 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"
Dpy-inferior.c7 #define CHUNK_SIZE 16000 /* same as findcmd.c's */ macro
8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitExecAllocator.c71 #define CHUNK_SIZE 0x10000 macro
144 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
231 chunk_size = (size + sizeof(struct block_header) + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
DsljitProtExecAllocator.c69 #define CHUNK_SIZE 0x10000 macro
215 #define CHUNK_MASK (~(CHUNK_SIZE - 1))
307 chunk_size = (chunk_size + size + CHUNK_SIZE - 1) & CHUNK_MASK; in sljit_malloc_exec()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dattr.c51 #define CHUNK_SIZE 1000 macro
89 attr_prealloc( CHUNK_SIZE ); in attr_alloc()
117 attr_prealloc( num > CHUNK_SIZE ? num : CHUNK_SIZE ); in attrs_alloc()
Dentry.c68 #define CHUNK_SIZE 1000 macro
547 entry_prealloc( CHUNK_SIZE ); in entry_alloc()
/netbsd/src/sys/arch/arm/arm32/
Dbcopy_page.S63 #define CHUNK_SIZE 32 macro
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dlibgomp.info875 CHUNK_SIZE, is set to the chunk size.
1252 is set to the value of CHUNK_SIZE if positive, or to the default
1253 value if zero or negative. For 'omp_sched_auto' the CHUNK_SIZE