Searched refs:committed (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c307 static void vminfo (unsigned long *free, unsigned long *reserved, unsigned long *committed);
4426 unsigned long free, reserved, committed;
4427 vminfo (&free, &reserved, &committed);
4432 fprintf(stderr, "committed bytes = %10lu\n",
4433 committed);
4959 static void vminfo (unsigned long *free, unsigned long *reserved, unsigned long *committed) {
4962 *free = *reserved = *committed = 0;
4972 *committed += memory_info.RegionSize;
4409 unsigned long free, reserved, committed; local
4940 vminfo(unsigned long *free, unsigned long *reserved, unsigned long *committed) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h2118 int committed; member in struct:get_mapping_committed_range_reply
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c2641 * We now know that all CPUs have committed or discarded their
5923 int committed = 0; local
6287 ASSERT(!committed);
6296 committed = 1;
6498 if (!committed)
10798 * will not be committed. This situation is
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h1942 int committed; member in struct:get_mapping_committed_range_reply

Completed in 149 milliseconds