Searched defs:committed (Results 1 - 5 of 5) 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/libs/libxml2-2.6.31/
H A Dtrio.c703 * Processed and committed will only differ for the *nprintf
706 int committed; member in struct:_trio_class_t
3268 * this call", which is data->committed
3272 *(size_t *)pointer = (size_t)data->committed;
3277 *(ptrdiff_t *)pointer = (ptrdiff_t)data->committed;
3282 *(trio_intmax_t *)pointer = (trio_intmax_t)data->committed;
3287 *(trio_ulonglong_t *)pointer = (trio_ulonglong_t)data->committed;
3291 *(long int *)pointer = (long int)data->committed;
3295 *(short int *)pointer = (short int)data->committed;
3299 *(int *)pointer = (int)data->committed;
[all...]
/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/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h2118 int committed; member in struct:get_mapping_committed_range_reply
/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 191 milliseconds