Searched defs:heap (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/sys/arch/evbarm/stand/board/
H A Dgemini_mem.c63 uint32_t heap, size; local
H A Dts7200.c42 void *heap = (void *)(0x800000 - BOARD_HEAP_SIZE); local
H A Dintegrator_mem.c54 uint32_t heap, size; local
H A Dsmdk2410.c55 uint32_t start, size, heap; local
H A Dbecc_mem.c65 uint32_t start, size, reg, save, heap; local
H A Di80312_mem.c58 uint32_t start, size, heap; local
H A Di80321_mem.c58 uint32_t start, size, heap; local
H A Dixp425_mem.c74 uint32_t start, size, heap; local
H A Dsmdk2800.c64 uint32_t start, size, heap; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cc52 void *heap = malloc(0); local
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_minheap.c45 check_heap(struct min_heap *heap) argument
58 struct min_heap heap; local
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_minheap.c46 check_heap(struct min_heap *heap) argument
59 struct min_heap heap; local
[all...]
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dheap_test.c57 isc_heap_t *heap = NULL; local
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dheap.h28 void **heap; member in struct:heap_context
/netbsd-current/lib/libc/include/isc/
H A Dheap.h28 void **heap; member in struct:heap_context
/netbsd-current/external/mit/libuv/dist/src/
H A Dheap-inl.h40 struct heap { struct
62 HEAP_EXPORT(void heap_init(struct heap* heap)) argument
67 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) argument
72 heap_node_swap(struct heap* heap, struct heap_node* parent, struct heap_node* child) argument
106 HEAP_EXPORT(void heap_insert(struct heap* heap, struct heap_node* newnode, heap_compare_fn less_than)) argument
150 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) argument
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dgpuobj.h28 struct nvkm_mm heap; member in struct:nvkm_gpuobj
H A Dmm.h14 u8 heap; member in struct:nvkm_mm_node
46 nvkm_mm_heap_size(struct nvkm_mm *mm, u8 heap) argument
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dradeon_mem.c83 static struct mem_block *alloc_block(struct mem_block *heap, int size, argument
98 static struct mem_block *find_block(struct mem_block *heap, int start) argument
135 static int init_heap(struct mem_block **heap, int start, int size) argument
161 radeon_mem_release(struct drm_file *file_priv, struct mem_block *heap) argument
189 radeon_mem_takedown(struct mem_block **heap) argument
224 struct mem_block *block, **heap; local
259 struct mem_block *block, **heap; local
285 struct mem_block **heap; local
[all...]
H A Dsis_ds.h86 struct mem_block_t *heap; member in struct:mem_block_t
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Defi.c44 static EFI_PHYSICAL_ADDRESS heap; variable
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dif0008.h27 __u8 heap; member in struct:nvif_mmu_type_v0
H A Dmmu.h18 } *heap; member in struct:nvif_mmu
30 u8 heap; member in struct:nvif_mmu::__anon915
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.c119 int_heap_t *heap = build_simple_heap (values, nodes); local
135 delete heap; local
144 int_heap_t *heap = new int_heap_t (INT_MIN); local
165 delete heap; local
259 class_fibonacci_heap_t *heap = new class_fibonacci_heap_t (INT_MIN); local
276 delete heap; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/aarch64/
H A Dmemory.c163 uint64_t heap = trace_sym_value (CPU_STATE (cpu), "end"); local
173 heap); local
[all...]

Completed in 321 milliseconds

1234