Searched refs:memory (Results 26 - 50 of 226) sorted by relevance

12345678910

/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c71 if( ai->si->memory[mt_PCI].area > 0 ) {
74 B_READ_AREA | B_WRITE_AREA, ai->si->memory[mt_PCI].area );
81 if( ai->si->memory[mt_AGP].area > 0 ) {
84 B_READ_AREA | B_WRITE_AREA, ai->si->memory[mt_PCI].area );
316 di->memory = ai->si->memory[mt_local].size;
/haiku-fatelf/src/servers/app/
H A DBitmapManager.cpp13 all memory management related to them.
127 // allocate client memory to communicate the overlay semaphore
205 ClonedAreaMemory* memory = new(std::nothrow) ClonedAreaMemory;
206 if (memory == NULL) {
210 int8* buffer = (int8*)memory->Clone(clientArea, areaOffset);
213 delete memory;
217 bitmap->fMemory = memory;
218 bitmap->fBuffer = memory->Address();
/haiku-fatelf/src/bin/gdb/bfd/
H A Dhash.c83 used to allocate new entries. You may allocate memory on this
87 Use <<bfd_hash_table_free>> to free up all the memory that has
320 table->memory = (PTR) objalloc_create ();
321 if (table->memory == NULL)
327 objalloc_alloc ((struct objalloc *) table->memory, alloc));
357 objalloc_free ((struct objalloc *) table->memory);
358 table->memory = NULL;
409 new = (char *) objalloc_alloc ((struct objalloc *) table->memory,
476 ret = objalloc_alloc ((struct objalloc *) table->memory, size);
531 + look at reducing memory us
[all...]
/haiku-fatelf/headers/private/graphics/et6x00/
H A DDriverInterface.h40 * How many bytes of memory the accelerator (ACL) takes from the off-screen
41 * part of the adapter onboard memory to perform some of its operations.
58 area_id memoryArea; /* Onboard memory's area_id. The addresses
62 void *memory; /* Start of the mapped adapter onboard memory */ member in struct:__anon774
63 void *physMemory; /* Physical address of start of onboard memory */
64 uint32 memSize; /* Size of available onboard memory, bytes. */
66 void *mmRegs; /* memory mapped registers */
84 /* of memory and DAC bandwidths. */
/haiku-fatelf/headers/private/kernel/util/
H A Dring_buffer.h32 struct ring_buffer *create_ring_buffer_etc(void *memory, size_t size,
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c95 adi->memory = si->ps.memory_size;
/haiku-fatelf/src/add-ons/accelerants/via/
H A DGetDeviceInfo.c95 adi->memory = si->ps.memory_size;
/haiku-fatelf/src/preferences/dun/
H A Dmakefile143 # For MALLOC_DEBUG=15 usage, will check every memory access for correctness.
149 COMPILER_FLAGS += -fcheck-memory-usage -D_NO_INLINE_ASM=1 -D_KERNEL_MODE=1
/haiku-fatelf/src/tests/kits/net/
H A Dipv46_client.cpp2 #include <memory.h>
H A Dipv46_server.cpp2 #include <memory.h>
/haiku-fatelf/src/tests/kits/net/ipv6/
H A Draw_client.cpp8 #include <memory.h>
H A Draw_server.cpp8 #include <memory.h>
H A Dtcp_udp_client.cpp8 #include <memory.h>
H A Dudp_client.cpp8 #include <memory.h>
H A Dudp_server.cpp8 #include <memory.h>
H A Dmulticast_sender.cpp8 #include <memory.h>
H A Dtcp_udp_server.cpp8 #include <memory.h>
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dthreads.c429 * global state. It is is used here to reclaim memory resources.
436 /* free any memory allocated in the thread's xmlLastError */
472 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
480 xmlFreeGlobalState(params->memory);
488 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
557 globalval = (xmlGlobalState *)(p ? p->memory : NULL);
562 p->memory = tsd;
758 xmlFreeGlobalState(temp->memory);
841 globalval = (xmlGlobalState *)(p ? p->memory : NULL);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c327 volatile void *memory)
335 case 0x00: /* onboard memory is of DRAM type */
338 case 0x03: /* onboard memory is of MDRAM type */
344 default: /* onboard memory is of unknown type */
350 * memory - it would detect 2.5Mb instead. It needs to be fixed.
356 /* Check whether the memory beyond 2.25Mb really exists */
357 *(volatile uint32 *)((uint32)memory + 2359296) = 0xaa55aa55;
358 if (*(volatile uint32 *)((uint32)memory + 2359296) != 0xaa55aa55)
373 /* Enable memory space access and I/O space access */
391 * We map the whole graphics card memory are
326 et6000GetOnboardMemorySize(uint16 pciConfigSpace, volatile void *memory) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DOsSupportBeOS.cpp133 // Allocate locked, non-pageable block of memory. Does not have to be
142 PPVOID ppMemAddr // Where to return memory ptr
171 // Unlock and free, non-pageable block of memory.
195 // memory management methods.
389 ECHO_DEBUGPRINTF(("COsSupport::operator new - memory allocation failed\n"));
401 VOID COsSupport::operator delete(PVOID memory) argument
403 free(memory);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A DDMA.c10 graphics memory to other memory.
60 SHOW_ERROR( 2, "Cannot lock memory (%s)", strerror( res ));
66 src += di->si->memory[mt_local].virtual_addr_start;
71 // memory may be fragmented, so we create S/G list
76 // if memory is contiguous, ask for start address only to reduce work
150 // copy from graphics memory to other memory via DMA
154 // lock_mem - true, if memory is not locked
155 // contiguous - true, if memory i
[all...]
/haiku-fatelf/src/bin/compress/
H A Dusermem.sh6 : user memory. These variables need to be set only if there is no
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DTestSuiteBuilder.h5 #include <memory>
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Detherent.c34 #include <memory.h>
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dcurses.priv.h1230 #define MSG_NO_MEMORY "Out of memory"

Completed in 149 milliseconds

12345678910