exmem_heap 165 core/memmgmt.c static chdk_heap exmem_heap; exmem_heap 170 core/memmgmt.c chdk_testing(&exmem_heap); exmem_heap 176 core/memmgmt.c chdk_heap_init(&exmem_heap); exmem_heap 189 core/memmgmt.c chdk_heap_create(&exmem_heap, mem, EXMEM_BUFFER_SIZE, OPT_CHDK_IN_EXMEM, OPT_EXMEM_TESTING, "exmem_suba"); exmem_heap 197 core/memmgmt.c return chdk_meminfo(&exmem_heap, camera_meminfo); exmem_heap 295 core/memmgmt.c p = chdk_malloc(&exmem_heap,size); exmem_heap 308 core/memmgmt.c if (!chdk_free(&exmem_heap,p))