| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| base_types.h | 4 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s
|
| base_structs.h | 14 base_block_t *next; 46 base_block_t *blocks;
|
| base.h | 36 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s 42 base_block_t *next; 76 base_block_t *blocks;
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| base_types.h | 4 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s
|
| base_structs.h | 14 base_block_t *next; 46 base_block_t *blocks;
|
| base.h | 30 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s 36 base_block_t *next; 70 base_block_t *blocks;
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| base_types.h | 4 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s
|
| base_structs.h | 14 base_block_t *next; 46 base_block_t *blocks;
|
| base.h | 30 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s 36 base_block_t *next; 70 base_block_t *blocks;
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| base.h | 36 typedef struct base_block_s base_block_t; typedef in typeref:struct:base_block_s 42 base_block_t *next; 76 base_block_t *blocks;
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| base.c | 126 base_block_t *b = base->blocks; 161 base_block_t *block = base->blocks; 239 * base_block_t header, followed by an object of specified size and alignment. 240 * On success a pointer to the initialized base_block_t header is returned. 242 static base_block_t * 248 size_t header_size = sizeof(base_block_t); 265 base_block_t *block = (base_block_t *)base_map(tsdn, ehooks, ind, 312 base_block_t *block = base_block_alloc(tsdn, base, ehooks, 322 base->allocated += sizeof(base_block_t); [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| base.c | 137 base_block_t *b = base->blocks; 208 base_block_t *block = base->blocks; 350 * base_block_t header, followed by an object of specified size and alignment. 351 * On success a pointer to the initialized base_block_t header is returned. 353 static base_block_t * 359 size_t header_size = sizeof(base_block_t); 378 base_block_t *block = (base_block_t *)base_map( 425 base_block_t *block = base_block_alloc(tsdn, base, ehooks, 435 base->allocated += sizeof(base_block_t); [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| tcache_max.c | 266 base_block_t *next = base->blocks; 269 base_block_t *block = next;
|